Java Sportsmanagement data base -- 2
Budget: $30 – $250 USD
Hello, how are you?
Would you please help me with my assignment ?
o Your system must be a database management system in Java that mimics a "sports management" systems. (using SQLite DB, and eclipse)
o The system should achieve the following:
Make a password that allows user to use the system (3 tries)
Input (Coach…, do you want to create a team)
• If yes, create one
• Else, shut down system
Create a team by making inputs to create players with stats:
• Name
• Age
• Position
• Goals scored
• Games played
• Yellow card
• Red card
• Assist
• Shirt number
o Make input to ask the user if he wants to create a new player until he doesn’t want anymore, then perform the following -->
When he finishes his player creation allow him to perform the following options:
View players in a database
Add new players to a database
Remove players from a database
Modify/update players (stats…) in a database
I already have a code of a sportsmanagement but it needs fixing, and most importantly it needs to be linked to a database
Would you please help me with my assignment ?
o Your system must be a database management system in Java that mimics a "sports management" systems. (using SQLite DB, and eclipse)
o The system should achieve the following:
Make a password that allows user to use the system (3 tries)
Input (Coach…, do you want to create a team)
• If yes, create one
• Else, shut down system
Create a team by making inputs to create players with stats:
• Name
• Age
• Position
• Goals scored
• Games played
• Yellow card
• Red card
• Assist
• Shirt number
o Make input to ask the user if he wants to create a new player until he doesn’t want anymore, then perform the following -->
When he finishes his player creation allow him to perform the following options:
View players in a database
Add new players to a database
Remove players from a database
Modify/update players (stats…) in a database
I already have a code of a sportsmanagement but it needs fixing, and most importantly it needs to be linked to a database