Question

Which is correct version of delete query in SQL

A DELETE FROM Students WHERE StudentRollNo= 1;
B DELETE FROM Students;
C DELETE FROM Students WHERE StudentName= ‘Seema’;
D All are correct
E None of these
Practice Next

Hey! Ask a query