This chapter discusses working with databases and MySQL. It introduces databases, database tables, records, fields, and keys. It explains the differences between flat-file and relational databases. It covers one-to-one, one-to-many, and many-to-many relationships. It discusses database management systems (DBMS), schemas, queries, and SQL. It provides instructions for getting started with MySQL, including logging in, selecting databases, defining tables, and modifying table structures.