COMPUTER SCIENCE AND ENGINEERING
DATABASE MANAGEMENT SYSTEM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Data Definition Language
|
|
Data Manipulation Language
|
|
Query Language
|
|
All of the above
|
Detailed explanation-1: -Some examples of database languages are SQL, Oracle, dBase, MS Access, FoxPro etc. Database languages are commonly divided into Data Definition Language (DDL), Data Control Language (DCL), Data Manipulation Language (DML), and Transaction Control Language (TCL).
Detailed explanation-2: -Database Language is a special type of programming language used to define and manipulate a database. These are four different types: DDL, DML, DCL, and TCL. DDL commands are used to alter/create schema and metadata of the database. DML commands are used to access and manipulate data stored in existing schema objects.
Detailed explanation-3: -No matter how many new programming languages and database structures keep popping up, SQL remains arguably the most widely used database language in the world.
Detailed explanation-4: -A database language is comprised of two languages: Data Definition Language (DDL) Data Manipulation Language (DML)