List and describe three main capabilities or tools of a DBMS?

1 answer

Answer

1142273

2026-04-27 09:21

+ Follow

A data definition capability to specify the structure of the content of the database. This capability would be used to create database tables and to define the characteristics of the fields in each table. A data dictionary is used to store definitions of data elements, and their characteristics, in the database. In large, corporate databases, the data dictionary may capture additional information, such as usage, ownership, authorization, security, and the individuals, business functions, programs, and reports that use each data element. A data manipulation language, such as SQL, is used to add, change, delete, and retrieve the data in the database. This language contains commands that permit end users and programming specialists to extract data from the database to satisfy information requests and develop applications.

@ pp. 217-218

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.