SQL commands can be classified into four groups :-
- DDL - Data Definition Language :
- DML - Data Manipulation Language :
- INSERT - Create a new record in a table.
- UPDATE - Modifies records in a table.
- DELETE - Deletes records in a table.
- DCL - Data Control Language:
- GRANT - Give a privilege to user.
- REVOKE - Revokes the privileges granted to a user.
- DQL- Data Query Language
- SELECT - Retrieves certain records from one or more tables.
No comments:
Post a Comment