Summary
This chapter introduced you to the basic SQL/PostgreSQL statements and some basic SQL commands. You learned how to create and delete databases, how to create and delete tables, what types of tables exist, which basic statements to use to insert, modify, and delete data, and the first of many basic queries you can use to query the database.
In the next chapter, you will learn how to write more complex queries that relate to multiple tables in different ways.