select FirstName,Job,Salary from EmployeeDemographics as demo inner join EmployeeSalary as sal on demo.EmployeeID=sal.EmployeeID ...
These are the 2 tables I have created. In which we will be running our queries and querying the data. Please follow SQL_Basics_Query code file for understanding basic SQL Queries. For SQL intermediate ...