12345678910



Question 1: Given an employees table as follows:
empid name managerid
-------------------------------------------
a1 bob NULL

b1 jim a1

B2 tom a1

What value will select count(*) from employees return?

1. 1
2. 2
3. 3
4. none of the above