|
RDBMS FUNDAMENTALS - Language Support for an RDBMS
RDBMS FUNDAMENTALS Interview Questions and Answers
(Continued from previous question...)
RDBMS FUNDAMENTALS - Language Support for an RDBMS
SQL :SQL is the language that provides command to interact with the data in the database. SQL consists of three components - DDL, DML & DCL.
DDL : DDL comprises commands you can use to create and modify the database structure.
DML : DML comprises commands you can use to add, modify, delete and query data in the database.
DCL : DCL comprises commands you can use to control the user access to the database.
(Continued on next question...)
Other Interview Questions
|