From cc8a0d687613012e13aed42ec3675cb7856b9ff8 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:08:28 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 06f02fa..7b4669a 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,12 @@ These components are − - These commands can be classified into the following groups based on their nature − ## 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.