Consider the table Person with one of the attributes as Employment. What is the output of the
following query?
select * from Person where employment = null;
a. All the rows where the Employment is null.
b. The query is invalid.
c. No result
d. First row where the Employment is null
Answer
B
D
Submit
Answers
Answered by
17
Answer:
D....,..............................,,,..
Answered by
2
Answer:
the ans for this question is D
Similar questions