1.

Consider a table ‘SCORE’:ROLLNONAMESTREAMOPTIONAL1GreeshaScience102SatishCommerce303TeenaNULL204YasmineHumanities105YashikaScience106LalitHumanities20Reema wants to display names of those students who have not been assigned any stream. Help her select the correct query:a. Select name from SCORE where stream = NULL;b. Select name from SCORE where stream =null; c. Select name from SCORE where stream = “ “; d. Select name from SCORE where stream is NULL;

Answer»

Correct option: d. Select name from SCORE where stream is NULL;



Discussion

No Comment Found

Related InterviewSolutions