What is the difference between SQL, PL-SQL and T-SQL?

后端 未结 6 504
小鲜肉
小鲜肉 2020-11-29 14:43

What is the difference between SQL, PL-SQL and T-SQL?

Can anyone explain what the differences between these three are, and provide scenarios where each would be rele

6条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 15:13

    SQL is a standard and there are many database vendors like Microsoft,Oracle who implements this standard using their own proprietary language.

    Microsoft uses T-SQL to implement SQL standard to interact with data whereas oracle uses PL/SQL.

提交回复
热议问题