filmov
tv
Truncating tables in SQL tutorial part-15

Показать описание
Truncate table empties a table completely. Logically, this is equivalent to a delete statement that deletes all rows, but there are practical differences under some circumstances.