2 lines
149 B
SQL
2 lines
149 B
SQL
SELECT COUNT(*) FROM AdventureWorks.HumanResources.Employee;
|
|
SELECT COUNT(*) FROM AdventureWorks.HumanResources.Employee WHERE ManagerID IS NOT NULL; |