COMPUTER SCIENCE AND ENGINEERING
SQL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
1-iii, 2-i, 3-ii, 4-iv
|
|
1-iii, 2-ii, 3-iv, 4-i
|
|
1-ii, 2-iii, 3-iv, 4-i
|
|
1-i, 2-iii, 3-ii, 4-iv
|
Detailed explanation-1: -DDL stands for Data Definition Language, which defines the structure or schema of the database. DML, or the Data Manipulation Language, helps us deal with managing and manipulating data in the database. DCL, or the Data Control Language, helps us deal with controls, rights, and permission in the database system.
Detailed explanation-2: -DDL – Data Definition Language. DQL – Data Query Language. DML – Data Manipulation Language. DCL – Data Control Language.
Detailed explanation-3: -Based on functionalities performed by them, there are five types of SQL Commands-DDL(Data Definition Language), DML(Data Manipulation Language), DQL(Data Query Language), TCL(Transaction Control Language), DCL(Data Control Language).