Question: 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
Get step-by-step solutions from verified subject matter experts
