Saved Bookmarks
| 1. |
What is SQL? What are the various subdivisions of SQL? |
|
Answer» SQL means Structured Query Language. It is the set of commands that is recognized by all RDBMS. Data Definition Language (DDL) Data Manipulation Language(DML) (DML) Data Control Language (DCL) |
|