Search this blog

Thursday, July 8, 2010

SQL Vs. T-SQL

Structured Query Language (SQL)
Transact-SQL (T-SQL)
ANSI/ISO Standard DB Language
SQL Server's Implementation of Language
Simple SQL Statements. Managing Data
Extension of SQL. Combination of Multiple Transactions sing multiple SQL Commands
Control Flow Language. It controlled by…

IF and ELSE
BEGIN And END
WAITFOR
RETURN
BREAK
WHILE
CONTINUE

DELETE OR UPDATE can be used with FROM & JOIN Clause
BULK INSERT

No comments:

Post a Comment