InterviewSolution
Saved Bookmarks
| 1. |
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. |
| Answer» PLEASE MAKE me a BRAINLIST | |