Consider the table Person with one of the attributes as Emloyment. 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:
please make me a brainlist
Answered by
0
Answer:
a
Explanation:
all the rows where the employment is null
Similar questions