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
/
FormattingOutput
History
Michael Reber
8c9a19ec97
Adding SQL query language
2019-11-18 14:05:53 +01:00
..
Write a query to display the orders according to the order number arranged by ascending order.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to arrange the orders according to the order_date in such a manner that.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to display customer name, city and grade in such a manner that, the customer holding highest grade will come first.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to display the commission with the percent sign ( % ) with salesman ID, name and city columns for all the salesmen.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to display the customer name, city, and grade, etc. and the display will be arranged according to the smallest customer ID.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to display the orders with all information in such a manner that, the older order date will come first and the highest purchase amount of same day will come first.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to find out the number of orders booked for each day and display it in such a format like.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00
Write a SQL statement to make a report with customer ID in such a manner that, the largest number of orders booked by the customer will come first.sql
Adding SQL query language
2019-11-18 14:05:53 +01:00