answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

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 does an DBMS do?

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


With what other computer system software does a DBMS interact?

Data Dictionary Systems (Data Repository Systems) · Information Repository Systems · Application Development Environments · Communications Software Anonymous


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 is the characteristics of dbms?

Basic Characteristics of DBMS• Represents complex relationship between data• Controls data redundancy.• Enforces user defined rules.• Ensures data sharing.• It has automatic and intelligent backup and recovery procedures.• It has central dictionary to store information.• Pertaining to data and its manipulation.• It has different interfaces via which user can manipulate the data.• Enforces data access authorization.


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


How does DBMS reduce data redundancy?

DBMS stands for database management system. DBMS reduce data redundancy as it checks if the data is duplicate and if duplicate then store it as a single record.


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.