Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:08:28 +05:30
committed by GitHub
parent fc3a108f3b
commit cc8a0d6876
+9
View File
@@ -74,3 +74,12 @@ These components are
- These commands can be classified into the following groups based on their nature - These commands can be classified into the following groups based on their nature
## DDL - Data Definition Language 😀 ## DDL - Data Definition Language 😀
### CREATE
- Creates a new table, a view of a table, or other object in the database.
### ALTER
- Modifies an existing database object, such as a table.
### DROP
- Deletes an entire table, a view of a table or other objects in the database.