News

Second, it can be slow and inefficient if you want to delete a large number of rows from a table. In that case, you may want to use the SQL TRUNCATE statement instead, which deletes all the rows ...
Sql truncate table using this statement you can remove all data of rows or column ( complete data ) not table. in this there is no where clause but where clause is available in delete statement.