Closed kernsjn 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.
[x] Install Postgres
[x] Create a database: company_database
company_database
[x] Create a table: employees
employees
[x] Add the following columns to the table, Use your best judgement for data types
[x] 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/kernsjn/67694dc109fee563f90da8c4df5e1ba3
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
[x] Install Postgres
[x] Create a database:
company_database
[x] Create a table:
employees
[x] Add the following columns to the table, Use your best judgement for data types
[x] 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: