Drop - deletes the data as well as structure
Truncate - deletes only the data, and resets the auto increment column to 0
Delete - Deletes the selected/all rows from a table, it doest not reset auto increment., here we can delete set of records by specifying the condition in where clause
Drop - deletes the data as
Wed, 06/11/2008 - 03:28 — adminDrop - deletes the data as well as structure
Truncate - deletes only the data, and resets the auto increment column to 0
Delete - Deletes the selected/all rows from a table, it doest not reset auto increment., here we can delete set of records by specifying the condition in where clause
If Delete is used, the date
Fri, 04/15/2011 - 04:29 — webtrainingsIf Delete is used, the date can be rollback or commit depending on the requirements.
http://www.webtrainings.in