FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Lets the user specify what must be done without having to specify how
A
Query language
B
XML
C
SQL
D
MySQL
Explanation: 

Detailed explanation-1: -A query language is a non procedural language-one that lets the user specify what must be done without having to specify how it is to be done. Structured Query language(SQL) is the defacto query language and data access standard supported by majority of DBMS vendors.

Detailed explanation-2: -Structured Query Language (SQL) is a standardized programming language that is used to manage relational databases and perform various operations on the data in them.

Detailed explanation-3: -The most common query language is Structured Query Language (SQL) which is used to interact with relational databases.

Detailed explanation-4: -Detailed Solution. SQL stands for Structured Query Language. it is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.

Detailed explanation-5: -A query language is a specialized programming language for searching and changing the contents of a database. Essentially, a query language is a computer programing language that is used for the purpose of retrieving information or data from a database.

There is 1 question to complete.