Where can I find the ANSI SQL 2003 specification for
INFORMATION_SCHEMA?
Unfortunately, the official specifications are not freely
available. (ANSI makes them available for purchase.) However,
there are books available, such as SQL-99 Complete,
Really by Peter Gulutzan and Trudy Pelzer, that
provide a comprehensive overview of the standard, including
INFORMATION_SCHEMA.
A.7.4.
What is the difference between the Oracle Data Dictionary and
MySQL INFORMATION_SCHEMA?
Both Oracle and MySQL provide metadata in tables. However,
Oracle and MySQL use different table names and column names. The
MySQL implementation is more similar to those found in DB2 and
SQL Server, which also support
INFORMATION_SCHEMA as defined in the SQL
standard.
A.7.5.
Can I add to or otherwise modify the tables found in the
INFORMATION_SCHEMA database?
No. Since applications may rely on a certain standard structure,
this should not be modified. For this reason, we
cannot support bugs or other issues which result from modifying
INFORMATION_SCHEMA tables or data.
Site language settings
If you prefer to continue on the site in English, click on "Cancel". If you cancel, this message will no longer appear during the session.
U bevindt zich op de Engels versie van de site, maar uw systeem geeft aan dat u liever de Nederlandse taal gebruikt. De hele site is nog niet vertaald, maar de menu's en knoppen op de interface zijn grotendeels vertaald.
Sie befinden sich in der Englisch Version der Website, Ihr System gibt jedoch an, dass Sie die deutsche Sprache bevorzugen. Die gesamte Site ist noch nicht übersetzt, aber die Menüs und Schaltflächen auf der Benutzeroberfläche sind weitgehend übersetzt.
Document created the 26/06/2006, last modified the 26/10/2018 Source of the printed document:https://www.gaudry.be/en/mysql-rf-faqs-information-schema.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page. The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.