RSS Amplifier

Steven Kalt · Jul 30, 2022

SQL is a convention

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

SQL is a convention. There are many RDBMS s that behave similarly and call themselves “SQL databases”. However, it’s difficult to tell whether an application that works on one SQL database will work on another SQL database. Similarly, validating a new RDBMS against the SQL specification ( ISO/IEC 9075 ) would cost a nontrivial amount of time, effort, and money. At this point,…

SQL is a convention. There are many RDBMSs that behave similarly and call themselves “SQL databases”. However, it’s difficult to tell whether an application that works on one SQL database will work on another SQL database. Similarly, validating a new RDBMS against the SQL specification (ISO/IEC 9075) would cost a nontrivial amount of time, effort, and money. At this point, defining “SQL” as the shared behaviors of the leading SQL RDBMSs would be just as meaningful as buying and reading the SQL specification.

Read on /posts/2022/07/30/sql_convention/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.