Database Engines and ANSI SQL Compliance

北城余情 提交于 2019-12-03 18:59:04

问题


I've been searching for half an hour and can't find any resources stating what level of the SQL ANSI standard is supported on various database engines.

It looks like some level of support is provided by most engines, but I'd like to know exactly what level is officially supported.

I'm primarily interested in MySQL, PostgreSQL, SQL Server, and Oracle.

EDIT: PostgreSQL has a great page on compliance, exactly what I was looking for regarding the other engines: http://www.postgresql.org/docs/current/interactive/features.html


回答1:


these might help a little:

Comparison of different SQL implementations

wikipedia - Comparison of relational database management systems

wikipedia - SQL - Standardization




回答2:


The question of "which level of the standard" is too simple.

There are portions of the standard that are implemented by no engine at all, e.g. CREATE ASSERTION.

For that reason, it might be better to speak of "percentage of standard features supported" for each individual engine. But the vendors will be very reluctant to publish such measurements themselves.




回答3:


The PostgreSQL manual has for all SQL statements a compatibility section.




回答4:


According to the HSQLDB manual, it is the most standards compliant RDBMS.

  • Almost all syntactic features of SQL-92 up to Advanced Level are supported
  • SQL:2008 core and many optional features of this standard



回答5:


Firebird 3 sql standard conformance page



来源:https://stackoverflow.com/questions/3602617/database-engines-and-ansi-sql-compliance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!