Create the reports based using mysql


Create the folowing reports based using MYSql 

•Report 1 - A list of the programs on all channels for a specific day showing the channel number, supplier, package, program name, rating code, and show time. This will be similar to a program guide, only not package specific. This is a date-driven report, therefore it should only display programs for a single date specified. 
•Report 2 - A sample program guide showing the channel number, show time, program name, and rating description. For the purposes of this project, your report should be package ID specific (based on a given package ID) and you only need to demonstrate a single package ID. Your report should include all channels associated with the specified package. 
•Report 3 - A list of all new customers signed up on a specific day. This should show enough details about the customer, including favorite channel, address, and minimal billing details. This report is to be date driven, so you will need to specify a date in your query. 
•Report 4 - A list of all the customers made inactive on a specific date. This should show enough details about the customer to allow contact with the customer, the reason he or she was made inactive, and the user who made them inactive. Again, keep in mind that this is a date driven report. 
•Report 5 - A list of each channel (both channel name and channel number) and a count of the number of customers who picked that channel as a favorite channel. 
•Report 6 - A summary of sales for any given day, categorized by package type (i.e., the total sales written on the specified day for each package subscribed to by customers, not bills paid). This report should give details about each package type, the package price, the number of packages sold, and then the total sales amount for that package. Once again, remember that this is going to be a date driven report.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Create the reports based using mysql
Reference No:- TGS0103833

Expected delivery within 24 Hours