From fc7ced84b53610e0b9990f2717a777a8db65eab3 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:38:12 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c606651..bb567a2 100644 --- a/README.md +++ b/README.md @@ -771,7 +771,7 @@ The following guidelines indicate when the use of an index should be reconsidere ALTER TABLE table_name DROP PRIMARY KEY; -# SQL - TRUNCATE TABLE +# SQL - TRUNCATE TABLE 🎲 - The SQL TRUNCATE TABLE command is used to delete complete data from an existing table. - You can also use DROP TABLE command to delete complete table but it would remove complete table structure form the database and you would need to re-create this table once again if you wish you store some data.