- Explain the difference between data and information.
- Explain what an entity is.
- Diagram how a server-side web applications manage information.
- Explain what a relational database system is.
- Explain why a relational database system so useful.
- Explain what SQL is.
- Explain what PostgreSQL is.
- Install PostgreSQL.
- Start PostgreSQL.
- Use the PostgreSQL command line tools to manage databases in a PostgreSQL cluster.
- Use the PostgreSQL REPL to manage databases in a PostgreSQL cluster.
Turn to your neighbor and explain what the difference between data and information is. Be prepared to share your answer.
Write down what and entity is. Be prepared to share your answer.
On your desks, diagram how a server-side web application manages information.
Turn to your neighbor and explain what a relational database is. Be prepared to share your answer.
Turn to your neighbor and explain why relational databases systems are so useful. Be prepared to share your answer.
Turn to your neighbor and explain what SQL is
Turn to your neighbor and explain what PsorgreSQL is
Do you have PostgresSQL installed?
How do you use brew services to start|stop|restart PostgreSQL?
- What is the command to create a database using the command line?
- What is the command to drop a database using the command line?
- How do you connect to a database using
psql? - How do you list all databases?
- How you create a database using the Postgres RELP
- How you connect to a database using the Postgres RELP
- How you drop a database using the Postgres RELP
- How do you quit the Postgres RELP