Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Its a code written in Java using JavaFX that creates a different menus, a menu bar and also will show result sets and row sets

Its a code written in Java using JavaFX that creates a different menus, a menu bar and also will show result sets and row sets using scrollable views (each number listed describes what the query must do).

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.

Does that answer your question?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

=+ How well do you think you could do your job?

Answered: 1 week ago