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
Answers
Answered by
8
Answer:
==>> a. All the rows where the Employment is null
Answered by
2
Answer:
a) All the rows where the employment is null
Explanation:
Similar questions
Social Sciences,
4 months ago
Chemistry,
4 months ago
Math,
9 months ago
Math,
1 year ago
Math,
1 year ago