Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 696 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 696 Bytes

LEARNING_SQL

SQL

What is SQL and why it is used?

SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems.

What is T-SQL What is it used for?

T-SQL (Transact-SQL) is a set of programming extensions from Sybase and Microsoft that add several features to the Structured Query Language (SQL), including transaction control, exception and error handling, row processing and declared variables.