This website requires JavaScript.
Explore
Help
Sign In
michael
/
programming-examples
Watch
1
Star
0
Fork
0
You've already forked programming-examples
Code
Issues
Pull Requests
Releases
Wiki
Activity
f4fa9cdf8e
programming-examples
/
sql
/
Union
History
Michael Reber
8c9a19ec97
Adding SQL query language
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