From 3d947be2e190c3de36ed0f951e01abd0dd180bec Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:47:42 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e31063a..ca34a5c 100644 --- a/README.md +++ b/README.md @@ -322,8 +322,9 @@ Following are some of the most commonly used constraints available in SQL − ALTER TABLE table_name DROP INDEX index_name; -SQL DESC Statement -DESC table_name; +### SQL DESC Statement + DESC table_name; + SQL TRUNCATE TABLE Statement TRUNCATE TABLE table_name; SQL ALTER TABLE Statement