Create reports containing the following details from the database:
Create reports containing the following details from the database:Q1 List all order numbers and their ship dates for orders shipped after March 15, 2018.Q2 List all customers that live in Massachusetts or California. Show first and last name as well as city and state in your report, in three columns, e.g.Tom Yates Dallas TX Sort the results in ascending order by last name within state.Q3 List the titles, retail price and discount for all books that contain the word “cook” in the title. Sort by cost.Q4 Report all books published after Jan. 1st, 2015, as well as all books published in 2014 that have a retail price of $50 or less. Show the title, publisher’s number, retail price and date published. The list should sort the data first by publisher number, then by retail price. two sets of data should be in the report: all books published after January 1st, 2015 as well as those books published in 2014 that have a retail price of $50 or less. Q5 List titles, cost, retail and profit margin for all books that have a profit margin under 55%. Make sure to assign a descriptive column name for the calculated field. Profit margin is calculating by the following formula:( (retail – cost) / retail) *100Q6 Complete Question 10 from p.292 of your textbook. Submit three different queries.Attach and submit your completed assignments in RTF, TXT or SQL format. Please do not include any results from your queries.ONLY submit the SQL scripts using the following naming convention: HW#_Q#_YourInitials.For example:HW2_Q1_DV