views:

21

answers:

2

Hi Friends, Could anybody help me by giving some good websites that are describing about T-SQL commands. I am a new guy in this field. thanks in advance..

A: 

You could start here: SQLServer Books Online.

Alternatively you could download SQL Express, and install it along with its documentation, then you have a real database to play with as you read.

slugster
A: 

Microsoft have a SQL Tutorial. It goes through all the basic query commands.

If you don't mind paying for tutorials, then these guys have lots of videos on SQL from beginner to advanced level

Andrew