Truncate uses to empty the whole table. All the records in the table will be deleted when you call this statement.
EXAMPLE
>>TRUNCATE TABLE user;
The table user will be empty. We assume that we have inserted many records into the table.
learn web programming.
>>TRUNCATE TABLE user;
The table user will be empty. We assume that we have inserted many records into the table.
0 comments:
Post a Comment