Computer Science, asked by Anthonyakash, 1 year ago

truncate in sql means

Answers

Answered by shaheelti
1
In SQL, the TRUNCATE TABLE statement is a Data DefinitionLanguage (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.

shaheelti: make as
shaheelti: brainiest
Answered by siddhartharao77
0
Truncate is used to remove all the records from a table. 
Similar questions