What are database basics in sql server?

By Arsal Ahmed   Posted on March-20-2018   559

SQL Server is a relational database technology developed by Microsoft.

Transact-SQL (T-SQL) is an extension of SQL that is used in SQL Server. Transact-SQL is closely integrated into the SQL language, yet it adds programming constructs that are not native to SQL.

Our tutorial will start with the basics of SQL Server such as how to retrieve and manipulate data. Then we will move to the more advanced topics such as how to create tables, logins, users, functions, and procedures. We will conclude with a review of the functions that are proprietary to Transact-SQL.

With this tutorial, you should be on your way to becoming proficient in SQL Server and Transact-SQL.

Quotation by Hurbert hoover
By Arsal Ahmed    20-Mar-2018 Views  559



You may also read following recent articles

create and restore database on arvixe In Urdu