Structured Query Language (SQL) is used for managing relational database management system.It is developed at IBM in 1970s by Donald D. Chamberlin and Raymond F. Boyce. Currently it is used in various databases such as Oracle, Microsoft SQL Server,My SQL, IBM DB2, Sybase, Teradata,Access etc.
TSQL or Transact SQL is commercial version of SQL developed by Microsoft to manage SQL Server database.
The TSQL is mainly divide in three sections, data manipulation language (DML), data definition language (DDL), and data control language ( DCL). In this blog we are going to show all the sections in details.
In our next post we are going to learn about DML.
TSQL or Transact SQL is commercial version of SQL developed by Microsoft to manage SQL Server database.
The TSQL is mainly divide in three sections, data manipulation language (DML), data definition language (DDL), and data control language ( DCL). In this blog we are going to show all the sections in details.
In our next post we are going to learn about DML.
No comments:
Post a Comment