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
--Q5 --Find the First Name and Last name of all persons who are not employees --All employees are listed in the Human Re
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
--Q5 --Find the First Name and Last name of all persons who are not employees --All employees are listed in the Human Re
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!