In SQL, which of the following syntax is correct for deleting records from a table?
- A. DELETE * FROM tblcustomer
- B. DELETE TABLE tblcustomer
- C. DELETE FROM tblcustomer
- D. None correct
Answer: Option A
In SQL, which of the following syntax is correct for deleting records from a table?
Answer: Option A