Match the following: List-1 List-2 I) DELETE P) Data definition language II)…
2018
Match the following:
List-1 | List-2 |
I) DELETE | P) Data definition language |
II) DROP | Q) Data manipulation language |
III) SAVEPOINT | R) Data control language |
IV) GRANT | S) Transaction control language |
- A.
I-Q, II-P, III-R, IV-S
- B.
I-P, II-Q, III-R, IV-S
- C.
I-Q, II-P, III-S, IV-R
- D.
I-P, II-Q, III-S, IV-R
Attempted by 269 students.
Show answer & explanation
Correct answer: C
Classify each command by function. DELETE manipulates data (DML), DROP defines objects (DDL), SAVEPOINT controls transactions (TCL), and GRANT manages permissions (DCL). Thus, the correct sequence matches I-Q, II-P, III-S, IV-R.