Delete
DELETE FROM <table_name> {WHERE condition}
TRUNCATE TABLE <table_name>
Notes:
TRUNCATE remove all records from the Table
Last updated
Was this helpful?
DELETE FROM <table_name> {WHERE condition}
TRUNCATE TABLE <table_name>
TRUNCATE remove all records from the Table
Last updated
Was this helpful?