Computer Science, asked by kishorbhatt3381, 5 months ago

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 Anonymous
8

Answer:

==>> a. All the rows where the Employment is null

Answered by sujanmukherjee9614
2

Answer:

a) All the rows where the employment is null

Explanation:

Similar questions