Computer Science, asked by singhlakshaypal, 5 months ago

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 amanafathima12
0

Answer:

i dont know but thanks for the free points mark me as brainliest to get your points back

Similar questions