QUIZ [GFORM] Flashcards
1
Q
DDL – consists of the SQL commands that can be used to define the database schema
A
Data Definition Language
2
Q
List of DDL commands
A
- CREATE
- DROP
- ALTER
- TRUNCATE
- COMMENT
- RENAME
3
Q
DML - commands that deal with the manipulation of data present in the database
A
Data Manipulation Language
4
Q
List of DML commands:
A
- INSERT
- UPDATE
- DELETE
- LOCK
5
Q
DCL - mainly deal with the rights, permissions, and other controls of the database system
A
Data Control Language
6
Q
List of DCL commands:
A
- GRANT
- REVOKE