SELECT COUNT(*) FROM AdventureWorks.HumanResources.Employee; SELECT COUNT(*) FROM AdventureWorks.HumanResources.Employee WHERE ManagerID IS NOT NULL;