dbTalk Databases Forums  

Difference between catalog and metadata?

comp.databases.theory comp.databases.theory


Discuss Difference between catalog and metadata? in the comp.databases.theory forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Digital Puer
 
Posts: n/a

Default Difference between catalog and metadata? - 07-21-2009 , 07:22 PM






I'm doing a little research into database metadata for various
products like DB2, Oracle, SQL Server, and MySQL. I want
to learn about where information on tables and views are stored.

What is the difference between the system catalog and
metadata? Is one a superset of the other?

Which one of them contains logical and physical information
on the tables and views (e.g. how they are partitioned,
the schemas, etc.)?

Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?

Reply With Quote
  #2  
Old   
Walter Mitty
 
Posts: n/a

Default Re: Difference between catalog and metadata? - 07-21-2009 , 10:22 PM






"Digital Puer" <digital_puer (AT) hotmail (DOT) com> wrote

Quote:
I'm doing a little research into database metadata for various
products like DB2, Oracle, SQL Server, and MySQL. I want
to learn about where information on tables and views are stored.

What is the difference between the system catalog and
metadata? Is one a superset of the other?

Which one of them contains logical and physical information
on the tables and views (e.g. how they are partitioned,
the schemas, etc.)?

Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?
Metadata is simply data whose subject matter is data. The system catalog is
metadata, but metadata could exist in other forms as well.

DB2, Oracle, and SQL server all came into being before there was a standard
form for the metadata that describes database objects. Shortly after the
SQL standard
was set up for system tables, all these products included views on their
system tables that allow a user to see this data in standard form. I do not
know if the various products have actually changed their base system tables
to conform to the standard.

Reply With Quote
  #3  
Old   
Bob Badour
 
Posts: n/a

Default Re: Difference between catalog and metadata? - 07-21-2009 , 11:05 PM



Digital Puer wrote:

Quote:
I'm doing a little research into database metadata for various
products like DB2, Oracle, SQL Server, and MySQL. I want
to learn about where information on tables and views are stored.

What is the difference between the system catalog and
metadata? Is one a superset of the other?

Which one of them contains logical and physical information
on the tables and views (e.g. how they are partitioned,
the schemas, etc.)?

Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?
Sounds like homework to me.

Reply With Quote
  #4  
Old   
jefftyzzer
 
Posts: n/a

Default Re: Difference between catalog and metadata? - 07-21-2009 , 11:24 PM



On Jul 21, 5:22*pm, Digital Puer <digital_p... (AT) hotmail (DOT) com> wrote:
Quote:
I'm doing a little research into database metadata for various
products like DB2, Oracle, SQL Server, and MySQL. I want
to learn about where information on tables and views are stored.

What is the difference between the system catalog and
metadata? Is one a superset of the other?

Which one of them contains logical and physical information
on the tables and views (e.g. how they are partitioned,
the schemas, etc.)?

Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?
Re:

Quote:
Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?
The SQL-92 standard specified the INFORMATION_SCHEMA schema. AFAIK,
among only SQL Server implemented it (to what degree I can't say). You
can find more here: http://www.contrib.andrew.cmu.edu/~s...ql/sql1992.txt

--Jeff

Reply With Quote
  #5  
Old   
jefftyzzer
 
Posts: n/a

Default Re: Difference between catalog and metadata? - 07-21-2009 , 11:31 PM



On Jul 21, 5:22*pm, Digital Puer <digital_p... (AT) hotmail (DOT) com> wrote:
Quote:
I'm doing a little research into database metadata for various
products like DB2, Oracle, SQL Server, and MySQL. I want
to learn about where information on tables and views are stored.

What is the difference between the system catalog and
metadata? Is one a superset of the other?

Which one of them contains logical and physical information
on the tables and views (e.g. how they are partitioned,
the schemas, etc.)?

Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?
Re:

Quote:
Is there a SQL / ANSI standard on what information should
be stored in the catalog / metadata?
The SQL-92 standard specified the INFORMATION_SCHEMA schema. AFAIK,
only SQL Server implements it (to what degree I can't say). You
can find more here: http://www.contrib.andrew.cmu.edu/~s...ql/sql1992.txt

--Jeff

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.