1.

Rewrite the following query correcting the errors. Also underline the correctionsmade:SELECT * FROM STUDENT WHERE MARKS = NULL;

Answer»

Select * from STUDENTS where MARKS=0 ;
marks can't leave empty . atleast 0 can be obtain by student BT not NULL



Discussion

No Comment Found