Question: coding in java with sql Create a menu-driven application in Java using Hibernate. In the menu, provide options for finding the price of a track
Create a menu-driven application in Java using Hibernate. In the menu, provide options for finding the price of a track using track name, updating price of a track, and creating a new track. After every operation, ask the user if they wish to make more changes or wish to exit the application. Use the chinook database provided. a. When user chooses search for price by track name, get appropriate user input and display price of the track. b. When a user wishes to update price of a track, obtain track id and the new price, and update the corresponding track. c. When a user wishes to create a new track, obtain all necessary details required. In this case, trackID is autogenerated, so there is no need to request user for a trackID. pleaca cumit +hir threrin
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
