Consider e EMP table given below
EmpName Sal
Saravanan 2800
Neethu 3200
Lekshmi 3500
Ganesh 2700
Based on this information, find the output of the following queries.
a) SELECT COUNT(*) FROM EMP WHERE Sal>=3000;
b) SELECT EmpName , Sal FROM EMP WHERE Sal IS NULL;
Answers
Answered by
0
Answer:
I am not able to get your question
Similar questions