Create a JavaFX program to allow a user to query the Northwind database. You should be able to perform the following functionality using the program:

1.Print order total (not including the freight cost) for a given order number The program will ask the user for an order number, and then print out the total for all products in the order, taking into account quantities and discounts. (All computations should be done within the SQL query).

2.Print all order details for a given order number The program will ask the user for an order number, and then print the order date, freight charge, and all products and their quantity, unit price, and discount for the order.

3.Print the names and cities of all customers in a given state The program will ask the user for a state, and then print out the names and cities of all customers in this state in order by city.

4.Print the names of all employees who have a birthday in a given year The program will ask the user for a year, and then print out the first and last names (in alphabetical order by last name) of all employees who were born during that year.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.