Select from following answers:- Will display count of employee table
- throws error
- 0
- 1
- All Above
Above statement throws syntax error. We can rewrite the query as follows:
SELECT Count(ID) FROM Employee
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator