Computer Science, asked by simrandhillon2294, 1 year ago

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

Answers

Answered by Anonymous
1
select * from students where marks=0 ;
marks can't leave empty . atleast 0 can be obtain by student bt not null
Similar questions