This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Databases/Lab2/Task2_1.sql

2 lines
149 B
SQL

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