answersLogoWhite

0

Data dictionary it contains the names and description of the dictionary tables and views.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where the data dictionary used in software engineering?

example of data dictionary


What are the contents of the dictionary?

It gives the meaning of a word, how it is used in a sentence, how it is pronounced, what part of speech, and the origin of the word.


Which data structures used in T9 dictionary?

Tries, it is a kind of tree data structure that can be used.


What is the purpose of a data dictionary?

A data dictionary provides a comprehensive list of data elements with detailed descriptions, including their meaning, relationships, and structure. It serves as a reference guide to ensure consistency, accuracy, and understanding of data across an organization. It helps in data management, data integration, and data governance practices.


What is a data dictionary in software engineering?

Data dictionary is a set of meta-data which contains the definition and representation of data elements.It gives a single point of reference of data repository of an organization.Data dictionary lists all data elements but does not say anything about relationships between data elements.


A detailed description of all data used in the database IS CALLED?

A detailed description of all data used in the database is called a data dictionary. It centralizes information about the structure of the database, including data types, relationships, constraints, and metadata. This resource is crucial for understanding and managing the database effectively.


16 The DBMS stores definitions of the data elements and their relationships in?

data dictionary


Which is the Data Structure used in dictionary mode in mobile t9?

tries? tries?


What is the purpose of a data dictionary in Oracle?

A data dictionary is a centralized repository of information about data,. The purpose of a data dictionary in oracle is to indicate a more general software utility than a catalogue.


What is the difference between data dictionary and catalog?

Data dictionary allow the user to split data about in multiple direction


What is the difference between active and passive data dictionary?

The integrated data dictionary is called active if it is checked by DBMS every time a data base is accessed. It is always consistent with actual data base structure. It is automatically maintained by the system.The integrated data dictionary is called passive if it is not used in day to day database processing.


What is Data Dictionary in DBMS?

data dictionary- Used to store schema descriptions and other information such as design decisions, application program descriptions, user information, usage standards, etc. Active data dictionary is accessed by DBMS software and users/DBA. Passive data dictionary is accessed by users/DBA only.