Computer Science, asked by ridamsaxena143, 3 months ago

explain any five SQL commands with example​

Answers

Answered by swarnasharma027
3

Answer:

there are 5 type of SQL commands as described below:

1. DDL commands - data definition language

.ALTER

.CREATE

.DROP

. RENAME

. TRUNCATE

2. DML commands - data manipulation language

. DELETE

.INSERT

. UPDATE

3. DCL commands - Data control language

.GRANT

.REVOKE

4. TCL commands - Transaction control language

. COMMIT

. ROLLBACK

. SAVEPOINT

5. DQL commands - Data query language

. conclusion

thank u

Similar questions