delete only rows and space allocated by mysql
data can be roll backed again
it can be used with WHERE clause
Syntax:
Code:
DELETE TABLE table_name (for delete whole table) DELETE TABLE table_name WHERE column_name=condition (for delete particular row)
delete rows and space allocated by mysql
data cannot be roll backed again
it cann't be used with WHERE clause...
Leave a comment: