Using Null Quiz
Select the code which uses an outer join correctly.
Select the correct statement that shows the name of department which employs Cutflower
Select out of following the code which uses a JOIN to show a list of all the departments and number of employed teachers
4. Using SELECT name, dept, COALESCE(dept, 0) AS result FROM teacher
on teacher table will:
display 0 in result column for all teachers without department
5.Query:
shows following 'digit':
'four' for Throd
6. Select the result that would be obtained from the following code:
Shrivell
Computing
Throd
Computing
Splint
Computing
Spiregrain
Other
Cutflower
Other
Deadyawn
Other
Last updated