Prepare for your Next Interview
This is a discussion on Difference between metadata and data dictionary within the Data Warehousing forums, part of the Databases category; Can anyone tell the difference between Data Dictionary and Meta data?...
|
|||
|
Re: Difference between metadata and data dictionary
Quote:
for example: in oracle desc <table name> then what it displays is nothing but metadata. it means it gives feilds information,i.e nothing but metadata but i donot know about data dictionary.can u gv wt it mean. |
|
|||
|
Re: Difference between metadata and data dictionary
Metadata : Data about data is called matadata. Eg: Desc emp. The output is metadata. It has only the table structure description and constraints defined on it.Meta data is a subset of data dictionary.
Data Dictionary: This typically includes the names and descriptions of various tables and fields in each database, plus additional details, like the type and length of each data element. Data dictionary contains information that the DBMS requires to perform its functions and support its particular implementation. NOTE: This is not universally defined. Items typically found in a DBMS data dictionary include: detailed descriptions of tables and fields indexing information referential integrity constraints database schema definitions stored procedures and database triggers access control information, such as usernames, roles, and privileges storage allocation parameters database usage statistics Regards, Sun |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get the difference of global data sheet | chanduU | QTP | 4 | 04-13-2008 03:45 AM |
| Difference b/w database and data-based application | jainbrijesh | DB2 | 1 | 08-30-2007 09:31 AM |
| Metadata manager and metadata reports? | bindusarathy | Data Warehousing | 2 | 08-16-2007 03:27 PM |
| Real Time scenarios of Using Hashtable and Dictionary classes | Geek_Guest | Java | 0 | 04-15-2007 04:23 AM |