Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Information_schema> ?p ?o. }
Showing items 1 to 24 of
24
with 100 items per page.
- Information_schema abstract "In relational databases, the information schema is an ANSI standard set of read-only views which provide information about all of the tables, views, columns, and procedures in a database. It can be used as a source of the information which some databases make available through non-standard commands, such as the SHOW command of MySQL, the DESCRIBE command of Oracle, and the \d command of PostgreSQL. => select count(table_name) from information_schema.tables; count ------- 99 (1 row) => select column_name, data_type, column_default, is_nullable from information_schema.columns where table_name='alpha'; column_name | data_type | column_default | is_nullable -------------+-----------+----------------+------------- foo | integer | | YES bar | character | | YES (2 rows) => select * from information_schema.information_schema_catalog_name; catalog_name -------------- johnd (1 row)".
- Information_schema wikiPageExternalLink information-schema.html.
- Information_schema wikiPageExternalLink ms174156.
- Information_schema wikiPageExternalLink ms186778.aspx.
- Information_schema wikiPageExternalLink information-schema.html.
- Information_schema wikiPageExternalLink wiki?p=InformationSchema.
- Information_schema wikiPageID "9780776".
- Information_schema wikiPageRevisionID "565234112".
- Information_schema hasPhotoCollection Information_schema.
- Information_schema subject Category:Computer_standards.
- Information_schema subject Category:Databases.
- Information_schema type Abstraction100002137.
- Information_schema type ComputerStandards.
- Information_schema type Measure100033615.
- Information_schema type Standard107260623.
- Information_schema type SystemOfMeasurement113577171.
- Information_schema comment "In relational databases, the information schema is an ANSI standard set of read-only views which provide information about all of the tables, views, columns, and procedures in a database. It can be used as a source of the information which some databases make available through non-standard commands, such as the SHOW command of MySQL, the DESCRIBE command of Oracle, and the \d command of PostgreSQL.".
- Information_schema label "Information schema".
- Information_schema sameAs m.02pr_35.
- Information_schema sameAs Q6031185.
- Information_schema sameAs Q6031185.
- Information_schema sameAs Information_schema.
- Information_schema wasDerivedFrom Information_schema?oldid=565234112.
- Information_schema isPrimaryTopicOf Information_schema.