programming-examples/sql/Union
2019-11-18 14:05:53 +01:00
..
1. Write a query to display all salesmen and customer located in London.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
2. Write a query to display distinct salesman and their cities.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
3. Write a query to display all the salesmen and customer involved in this inventory management system.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
4. Write a query to make a report of which salesman produce the largest and smallest orders on each date.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
5. Write a query to make a report of which salesman produce the largest and smallest orders on each date and arranged the orders number in smallest to the largest number.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
6. Write a query to list all the salesmen, and indicate those who do not have customers in their cities, as well as whose who do.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
7. Write a query to that appends strings to the selected fields, indicating whether or not a specified salesman was matched to a customer in his city.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
8. Write a query to create a union of two queries that shows the names, cities, and ratings of all customers. Those with a rating of 300 or greater.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
9. Write a query that produces the name and number of each salesman and each customer with more than one current order. Put the results in alphabetical order.sql Adding SQL query language 2019-11-18 14:05:53 +01:00