--Q5 --Find the First Name and Last name of all persons who are not employees --All employees are listed in the Human Re
Posted: Fri May 20, 2022 5:11 pm
Using JOINS(inner join, left join, right join, across
join) parts in SQL, please
--Q5 --Find the First Name and Last name of all persons who are not employees --All employees are listed in the Human Resources. Employees table --Person.peron table has the names of everyone --Human Resources.Employee and Person.person are related on Business EntityID --Q6 --All products that are listed are present in the Sales.Sales Order Details table --All products available are listed in the production.product table --Find all the products Names that are ORDERED -- If a product is ordered multiple times show it multiple times --Q7 --All products that are listed are present in the Sales.Sales Order Details table --All products available are listed in the production.product table --Find all the products Names that are ORDERED --Q8 --All products that are listed are present in the Sales.SalesOrder Details table --All products available are listed in the production.product table --Find all the products Names that are ORDERED -- If a product is ordered multiple times show it ONLY ONCE
join) parts in SQL, please
--Q5 --Find the First Name and Last name of all persons who are not employees --All employees are listed in the Human Resources. Employees table --Person.peron table has the names of everyone --Human Resources.Employee and Person.person are related on Business EntityID --Q6 --All products that are listed are present in the Sales.Sales Order Details table --All products available are listed in the production.product table --Find all the products Names that are ORDERED -- If a product is ordered multiple times show it multiple times --Q7 --All products that are listed are present in the Sales.Sales Order Details table --All products available are listed in the production.product table --Find all the products Names that are ORDERED --Q8 --All products that are listed are present in the Sales.SalesOrder Details table --All products available are listed in the production.product table --Find all the products Names that are ORDERED -- If a product is ordered multiple times show it ONLY ONCE