Saved Bookmarks
| 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 ; |
|