Frage im Vorstellungsgespräch bei Revalsys

What is truncate in sql?

Antworten zu Vorstellungsgespräch

Anonym

9. Apr. 2023

Truncate is a ddl command .it is used to delete all row at a time in table .it can be rollback.

Anonym

14. Aug. 2023

Truncate command is used to delete the complete data from the table

Anonym

17. Dez. 2021

This is a command which is used to delete all the rows from a table. This is a DDL command. After performing this command we cannot rollback data. It is faster.