SQL Database Metadata: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * SQL =Overview= A database server stores information about all the database objects (tables, views, indexes, etc.) that were created with the SQL schema statements.")
 
 
Line 1: Line 1:
=Internal=
=Internal=
* [[SQL#SQL_Schema_Statements_(DDL)|SQL]]
* [[SQL#SQL_Schema_Statements_(DDL)|SQL]]
=TODO=
<font color=darkkhaki>TO PROCESS Learning SQL, 3rd Edition by Alan Beaulieu, Chapter 15: https://learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch15.html</font>
=Overview=
=Overview=
A database server stores information about all the database objects (tables, views, indexes, etc.) that were created with the [[SQL#SQL_Schema_Statements_(DDL)|SQL schema statements]].
A database server stores information about all the database objects (tables, views, indexes, etc.) that were created with the [[SQL#SQL_Schema_Statements_(DDL)|SQL schema statements]].

Latest revision as of 23:01, 22 May 2024

Internal

TODO

TO PROCESS Learning SQL, 3rd Edition by Alan Beaulieu, Chapter 15: https://learning.oreilly.com/library/view/learning-sql-3rd/9781492057604/ch15.html

Overview

A database server stores information about all the database objects (tables, views, indexes, etc.) that were created with the SQL schema statements.