Skip to content

MrXTheAnon/Guvi_SQL_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Guvi_SQL_Project

Question 1 - Write a query to get the customerid, full name of the customer and the present age of the customer Table required -> customers

Question 2 - Write a query to get the number of characters in first name and the respective count of customers Table required -> customers

Question 3 - Write a query to get the distinct number of customers from United States that made orders in 1st quarter of year 2021 Table required -> customers and orders

Question 4 - Write a query to get the total number of orders made in year 2020 and 2021 every week

Question 5 - Get the Description of customer along with the Customerid and Domain of their email The Final output should contain this columns Customerid, Domain of their email, Description. Get the details of description from the below attached sample output Description_ column. Sort the result by DateEntered desc, if date entered is same then CustomerId in ascending.

Description Sample - Malcom Julian was born on 8th March 1985 has ordered 12 orders yet.

Note- All letters are case sensetive take same case letters as given in sample output Description_. Every Day value will have 'th' in front of it. Tables needed -> customers, orders

Question 6 - The company wants to see if the shippers are delivering the orders on weekends or not. So for that, they want to see the number of orders delivered on a particular weekday. Print DayName, count of orders delivered on that day in the descending order of count of orders. Tables needed -> products

Question 7 - Write a query to find the average revenue for each order whose difference between the order date and ship date is 3. Use the total order amount to calculate the revenue. Print the order ID, customer ID, average revenue, and sort them in increasing order of the order ID. Tables needed -> orders

Question 8 - Count the number of Suppliers based out of each Country. Print the following sentence: For Example : if the number of suppliers are more than 1 then print 'There are 100 Suppliers from France' else print 'There is 1 Supplier from France' Order the output in ascending order of country. Note: All characters are case sensitive. Tables needed -> suppliers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published