Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a new MySQL database called players. Create a user for your database named Jane. Jane is a new employee who, in your challenge, will
Create a new MySQL database called "players". Create a user for your database named "Jane". Jane is a new employee who, in your challenge, will create a new table called "phillies". This table will hold 1 record only. This record is a description of Jane's favorite sports team, the Philadelphia Phillies. She needs to input the following data for her favorite player, Cole Hamels: Be sure to consider which data types you should use for each data point that needs to be saved into the new database table.
- Player's name
- Player's number (#35)
- Player's position (starting left-handed pitcher)
- Player's ERA (3.6)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started