FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Environment in which data can be managed and is used to work with the data in the database
A
Data manipulation language (DML)
B
Schema data definition language (DDL)
C
XML
D
None of the above
Explanation: 

Detailed explanation-1: -A(n) defines the environment in which data can be managed and is used to work with the data in the database. ANSWER: data manipulation language (DML)

Detailed explanation-2: -A DML (data manipulation language) refers to a computer programming language that allows you to add (insert), delete (delete), and alter (update) data in a database. A DML is typically a sublanguage of a larger database language like SQL, with the DML containing some of the languageā€™s operators.

Detailed explanation-3: -DML commands include SELECT, INSERT, UPDATE, and DELETE.

Detailed explanation-4: -In SQL, these operations are broadly categorized into four categories which are DDL, DML, DQL, DCL.

There is 1 question to complete.