This repository contains the SQL code developed during the lectures to exemplify database creation, population and querying. The code is organized in folders corresponding to academic years (i.e., ...
select FirstName,Job,Salary from EmployeeDemographics as demo inner join EmployeeSalary as sal on demo.EmployeeID=sal.EmployeeID ...