This website requires JavaScript.
Explore
Help
Sign In
swissmakers_gmbh
/
programming-examples
Watch
12
Star
0
Fork
0
You've already forked programming-examples
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1b608328baf5f72c658a15cb94abc29d7c044a10
programming-examples
/
sql
/
QueryMultipleTables
History
Michael Reber
8c9a19ec97
Adding SQL query language
2019-11-18 14:05:53 +01:00
..
Write a query to find those customers with their name and those salesmen with their name and city who lives in the same city.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement that finds out each order number followed by the name of the customers who made the order.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement that produces all orders with the order number, customer name, commission rate and earned commission amount for those customers.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement that shorts out the customer and their grade who made an order. Each of the customers must have a grade and served.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to find the names of all customers along with the salesmen who works for them.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00