Computers & ProgrammingBackend DevelopmentSQL

SQL TRUNCATE Table Statement

The SQL TRUNCATE statement can be used to delete rows from a table without deleting the table itself.

Syntax

TRUNCATE TABLE table_name

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top