23.

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?

No description found.