Closed gstark closed 5 years ago
Every application uses data in some way. This will help you set up your development environment as well as get used to querying databases.
[x] Create a database:
CompanyDatabase
company_database
[x] Create a table:
Employees
[x] Add the following columns to the table, Use your best judgement for data types
[ ] Create queries that can do the following:
ParkingSpotNumber
parking_spot_number
[x] Turn in the above queries as a gist
https://gist.github.com/WillWarren1/ce7645c3b6830664787a9db80ec2e018 Here's my gist
Your homework was marked: Meets Expectations
“Well done!” — via Gavin Stark
Every application uses data in some way. This will help you set up your development environment as well as get used to querying databases.
Objectives
Explorer Mode
[x] Create a database:
CompanyDatabase
company_database
[x] Create a table:
Employees
[x] Add the following columns to the table, Use your best judgement for data types
[ ] Create queries that can do the following:
ParkingSpotNumber
as a string that up to 10 characters longparking_spot_number
as a string that up to 10 characters long[x] Turn in the above queries as a gist
Adventure Mode
Epic Mode
Additional Resources
Recommended Practice: