diff --git a/README.md b/README.md index 185cae4..dc91a32 100644 --- a/README.md +++ b/README.md @@ -776,5 +776,5 @@ The following guidelines indicate when the use of an index should be reconsidere - 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. - + TRUNCATE TABLE table_name;