Forum Replies Created

Viewing post 16 (of 17 total)

  • RE: Something fissy about DELETE

    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...

Viewing post 16 (of 17 total)