Monthly Archives: February 2010

Oracle basics

Relational database is rooted in theory of normalization, where in both the physical and the logical data are separate. The advantage of RDBMS is that it gives a lot of flexibility in terms of storage of the data. The data can be stored physically and the output given to the user will not be affected.

Relational database is considered a group of two dimensional tables known as relations. Every table consists of rows known as tuples and columns known as domains. The relationship among both tables are made with one column of one table, having the same meaning in the other table, it does not refer to having same value.

Continue reading

Tagged , | Leave a comment

Introduction to SQL

The Microsoft SQL based server is a type of relational database management system. The basic query language is the Transact – SQL, which is the implementation of the ISO/ANSI standard SQL (Structured Query Language) used by both Sybase and Microsoft.

The Microsoft SQL server makes use of the variant of the SQL called as the T-SQL, which is implementation of the SQL-92. The T (Transact)-SQL chiefly adds the additional syntax for usage in the stored procedure and affects the language of the transaction support.

Continue reading

Tagged , | Leave a comment

The golf course

Golf course in the play ground where the golf game is played. Golf course is a vast grass covered area. Before beginning to play golf it is very important to know basic terms about the golf course. Golf course is not plain and smooth like other play grounds. It is well designed and each course will have different levels of difficulty.

Continue reading

Leave a comment

Learning how to play golf

Golf originated from a game played on the coast of Scotland during the 15th century. This game is usually played on a vast area covered with grass commonly known as golf course. A set of clubs, balls, tees and a bag would be sufficient enough to play this game. A brief summary on how to play golf is provided below.

Continue reading

Tagged , , | Leave a comment

Basic rules for playing golf

The Royal and Ancient Golf Club of St Andrews is an organization which sets and maintains the rules of this golf game. People who read the golf rules for the first round will find it very intimidating.

Here are some of the basic rules for playing this game:

Continue reading

Leave a comment