• subhajeetsur (5/16/2013)


    SQL: a language for talking to the database. It lets you select data, mutable and create database objects (like tables, views, etc.), change database settings.

    T-SQL: (procedural) extensions for SQL used by SQL Server

    What makes Microsoft's SQL Extensions (TSQL) Procedural, if I might ask?