truncate command
explain it
Answers
Answered by
2
In SQL, the TRUNCATE TABLE statement is a Data Definition Language (DDL) operation that marks the extents of a table for deallocation (empty for reuse). The result of this operation quickly removes all data from a table, typically bypassing a number of integrity enforcing mechanisms.
Answered by
2
Answer:
Sql
Explanation:
In SQL, the TRUNCATE TABLE statement is a Data Definition Language (DDL) operation that marks the extents of a table for deallocation (empty for reuse). The result of this operation quickly removes all data from a table, typically bypassing a number of integrity enforcing mechanisms.
Similar questions
English,
1 month ago
Social Sciences,
1 month ago
Political Science,
3 months ago
English,
9 months ago
Math,
9 months ago