1.

Given'Employee' table as follows :Employee_IDNameCommission101Sabhyata SharmaNull102Divya Arora8900103Faizal ZaldiNul1What values will the following statements return?SELECT COUNT(*) FROM Employee;SELECT COUNT(Commission) FROM Employee;

Answer»

3 Employee;

1 Commission Employee;



Discussion

No Comment Found

Related InterviewSolutions