📚 Application Ecosystem
TRUNCATE TABLE table_name
TRUNCATE TABLE statement is used to clear the specified table.
TRUNCATE TABLE
TRUNCATE TABLE t1; -- Truncate table t1? yes/no -- yes -- SUCCEED