Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The databased used is the Northwind Database available in Microsoft Access Northwind Database Query Tool Create a JavaFX program to allow a user to query

image text in transcribed

The databased used is the Northwind Database available in Microsoft Access

Northwind Database Query Tool 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. I expect to see effective use of JavaFX menus and menu bar as well as display of result-sets or row sets using scrollable table views Northwind Database Query Tool 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. I expect to see effective use of JavaFX menus and menu bar as well as display of result-sets or row sets using scrollable table views

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

Concepts Of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

4th Edition

0619064625, 978-0619064624

More Books

Students also viewed these Databases questions