70.8k views
2 votes
Usually, the same software that is used to construct and populate the database, that is, the DBMS, is also used to present ____.

choices

entities

options

queries

User BotNet
by
4.9k points

1 Answer

5 votes

Answer: Queries

Explanation: A database management system(DBMS) is a system that contains the data/information in the form of content or tables.There is a software that can populate the system by the excess data usually found in the SQL format

A query is the demand for the extraction of the information that is present in the database table or content.It helps in presenting extracted data in the readable data.The most commonly used language for the queries is the SQL (structured query language) queries.Thus, the correct option is queries.

User Andy Donegan
by
5.5k points