filmov
tv
Introduction to Transact SQL (T-SQL) using Microsoft SQL Server
Показать описание
Transact-Structured Query Language (T-SQL) is Microsoft's (& Sybase's) proprietary extension to SQL. T-SQL is central to using Microsoft SQL Server. All applications that communicate with an instance of SQL Server do so by sending Transact-SQL statements to the server, regardless of the user interface of the application.
T-SQL statements covered include : SELECT Query, UPDATE Query, INSERT, AS, ORDER, CREATE, TRUNCATE, DROP TABLE, DROP DATABASE, INNER JOIN, WHERE, GROUP, SET, BETWEEN and more!