Viewing post 16 (of 17 total)
When you run DELETE, every row will be removed from the table.
TRUNCATE TABLE statement also removes all rows from a table. TRUNCATE TABLE has several advantages over DELETE, when used...
December 23, 2012 at 11:18 pm
#1571225