| There are four major group of query type: DDL, DML, Retreival, Security |
Data Definition Language (DDL): commands allow the user to
create, modify, and remove database or a component of a data-base,
such as tables, view, constrains, synonyms etc. we will be mostly
use these following three keywords.
|
Data Manipulation and Transactions (DML): DML is used to add,
update or delete data.
Another most exiting features of DML is handling transaction. MYSQL has some restriction, where as Oracle and SQL server support extensive and full blown transactions; meaning wait for any pending query before committing any changes in the actual data
|
Retrieval : The main keyword for the data retrieval is SELECT;
there are six components that are associated with SELECT.
There are few main operators that helps SELECT , To retrieve data from RDBMS, |
Security :
Further the following keywords are used to manage the roles and privileges of the users,
|