SQL Dialects

Each RDBMS has its own “dialect” of SQL:

  • T-SQL → Microsoft SQL Server
  • PL/SQL → Oracle
  • pgSQL → PostgreSQL
  • MySQL SQL → MySQL flavor
    The basics remain the same, but advanced features may differ.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *