From 9d40fdada1b97b49021330d74f30cbbacc5bebab Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:47:28 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 195b7b9..e31063a 100644 --- a/README.md +++ b/README.md @@ -318,9 +318,10 @@ Following are some of the most commonly used constraints available in SQL − CREATE UNIQUE INDEX index_name ON table_name ( column1, column2,...columnN); -SQL DROP INDEX Statement -ALTER TABLE table_name -DROP INDEX index_name; +### SQL DROP INDEX Statement + ALTER TABLE table_name + DROP INDEX index_name; + SQL DESC Statement DESC table_name; SQL TRUNCATE TABLE Statement