1.

How to Delete Data From a MySQL Table?

Answer»

In MYSQL, the DELETE STATEMENT is USED to delete RECORDS from a table:

DELETE FROM table_nameWHERE column_name = value_name


Discussion

No Comment Found