Question: ~ JAVA ~ Has to be in Netbeans IDE 8.2 6. Personnel Database Creator Write an application that creates a database named Personnel. The database

~ JAVA ~ Has to be in Netbeans IDE 8.2

6. Personnel Database Creator Write an application that creates a database named Personnel. The database should have a table named Employee, with columns for employee ID, name, position, and hourly pay rate. The employee ID should be the primary key. Insert at least five sample rows of data into the Employee table. FOR JAVA ~ PLEASE ADD COMMENTS DESCRIBING WHAT YOU ARE DOING WITH EACH CODING LINE. & Please insert sample row of data with screenshot of what the answer is suppose to look like. Take your solution to that assignment, and add a user interface around it. Allow the user to perform at least 3 operations. For example, you can give the user the options to insert a row in the Employee table, delete a row in the Employee table, modify a row in the Employee table, search for a employee's pay rate, find the minimum pay rate, find the maximum pay rate, and so forth. Your use interface can be created using JavaFX or using scanner or joptionpane input and output. Please add comments to coding to explain what you are coding.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!