In SQL, which syntax is correct for updating data in tblstudent?
- A. UPDATE tblstudent WHERE cid = 101
- B. UPDATE tblstudent ON name = ‘sok’ WHERE cid = 101
- C. UPDATE tblstudent
- D. None correct
Answer: Option C
In SQL, which syntax is correct for updating data in tblstudent?
Answer: Option C