Science, asked by jluke3432, 1 month ago

Truncate statement can be used to delete a single row

Select one:
True
False

Answers

Answered by Questioner5416
0

Answer:

Truncate removes all rows from a table, but the table structure and its column etc. remain.

Hope this helps!

Please do not delete my answer

Answered by jenwahlang533
0

Explanation:

TRUNCATE statement removes all rows in a table without logging the individual row deletions. It uses fewer system and transaction log resources, which makes its execution fast. This statement is similar to the DELETE statement without the WHERE clause.

Similar questions