PHP or JBDC database design

profileReix
homework.txt

1. Using the mail-order database, write a JDBC program that prompts the user for an area code and prints the names and addresses of all customers who have at least one phone number with that particular area code. 2. Using the mail-order database, write a JDBC program that computes and prints the names of the employees with the five highest sales totals. The output should contain the sales totals and should be sorted in decreasing order sales total. Submit your java programs and the results of running the code on the data that has been provided for you already (insert_mail_order.sql) in a single text file.