mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user