Closed Schnorschel closed 4 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.
[ ] Install Postgres
[ ] Create a database: company_database
company_database
[ ] Create a table: employees
employees
[ ] Add the following columns to the table, Use your best judgement for data types
[ ] Create queries that can do the following:
parking_spot_number
[ ] Turn in the above queries as a gist
entity framework core
https://gist.github.com/Schnorschel/0b51a8e47b773459b9613886e1818b11
INSERT INTO Student (knowledge) VALUES ('SQL')
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
Requirements
Explorer Mode
[ ] Install Postgres
[ ] Create a database:
company_database
[ ] Create a table:
employees
[ ] Add the following columns to the table, Use your best judgement for data types
[ ] Create queries that can do the following:
parking_spot_number
as a string that up to 10 characters long[ ] Turn in the above queries as a gist
Adventure Mode
Epic Mode
entity framework core
Additional Resources
Recommended Practice: