answersLogoWhite

0


Best Answer

it contains meta data

A sub system that keeps track of the definitions of all data items in the database,relationships that exits between various data structures, indexes that are used too access data quickly,screen and report format definitions that may be used by various application programs.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

A data dictionary in a DBMS is a centralized repository that stores metadata, or information about the databases, tables, columns, and relationships within a database system. It provides a comprehensive overview of the structure, definitions, and attributes of the data stored in the database, making it easier for users to understand and utilize the database effectively.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define data dictionary in dbms
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

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

data dictionary


Dbms and rdbms?

A DBMS (Database Management System) is a software application that allows users to interact with a database. An RDBMS (Relational Database Management System) is a type of DBMS that organizes data into tables with rows and columns, and uses structured query language (SQL) for querying and managing data. RDBMSs are a subset of DBMSs, designed specifically for relational databases.


Use of data dictionary in a dbms?

A data dictionary in a DBMS is a centralized repository that stores metadata and information about the database, such as data types, field lengths, relationships, and constraints. It helps in maintaining consistency and integrity of the database by providing a reference for developers, administrators, and users to understand the structure and content of the database. Additionally, it assists in data quality management, helps in data governance, and supports database documentation and maintenance tasks.


What are three types of dbms?

Three types of DBMS (Database Management Systems) include relational DBMS, object-oriented DBMS, and NoSQL DBMS. Relational DBMS organizes data into tables with rows and columns, object-oriented DBMS stores data as objects and classes, and NoSQL DBMS handles unstructured and semi-structured data with flexible schemas.


When creating database with a DBMS you must create a description of the data called?

schema. It outlines the structure of the database, including tables, fields, data types, and relationships between tables. This helps to organize and manage the data effectively.

Related questions

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

data dictionary


What does DBMS use to perform validation checks?

data dictionary


What is the Componentes of dbms?

Data Definition Lenguage (DDL) Data Manipulation Lenguage (DML) Data Dictionary


Which two file are used during the operation of dbms?

data dictionary and transaction log


What is data dictionary of c plus plus?

A data dictionary is structured data about data (metadata), typically employed by a DBMS, either passively (requiring manual, independant updating), or actively (automatically updated alongside and prior to DBMS updates). Data dictionarie's don't really apply to the C++ language as such, but you can model a data dictionary using C++ wherever you need structured data about data within your database programs.


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.


What are the functions of a database administrator?

data base administrator is the person who control the data in the organisation its main function to control the information of the particular enterprise1.3 Functions of a DBMSThe functions performed by a typical DBMS are the following:· Data DefinitionThe DBMS provides functions to define the structure of the data in theapplication. These include defining and modifying the record structure, thetype and size of fields and the various constraints/conditions to be satisfied bythe data in each field.· Data ManipulationOnce the data structure is defined, data needs to be inserted, modified ordeleted. The functions which perform these operations are also part of theDBMS. These function can handle planned and unplanned data manipulationneeds. Planned queries are those which form part of the application.Unplanned queries are ad-hoc queries which are performed on a need basis.· Data Security & IntegrityThe DBMS contains functions which handle the security and integrity of datain the application. These can be easily invoked by the application and hencethe application programmer need not code these functions in his/herprograms.· Data Recovery & ConcurrencyRecovery of data after a system failure and concurrent access of records bymultiple users are also handled by the DBMS.· Data Dictionary MaintenanceMaintaining the Data Dictionary which contains the data definition of theapplication is also one of the functions of a DBMS.· PerformanceOptimizing the performance of the queries is one of the important functions ofa DBMS. Hence the DBMS has a set of programs forming the Query Optimizerwhich evaluates the different implementations of a query and chooses thebest among them.Thus the DBMS provides an environment that is both convenient and efficient to usewhen there is a large volume of data and many transactions to be processed.


Define DBMS What is its primary goal?

collection of interrelated data & set of program & access those programITS GOALprimary goal of dbms is store & retrieve the database information in convenient & efficient way


What is data sub language?

A data Sublanguage is a computer language used to define or manipulate the structure of a relational database management system(DBMS) e.g QBE, SQL.


What is data sub-language?

A data Sublanguage is a computer language used to define or manipulate the structure of a relational database management system(DBMS) e.g QBE, SQL.


What is Analysis modeling?

Define data dictionary giving an example of what one may contain?


What does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.