Chapter Goals
- To understand how relational databases store information
- To learn how to query a database with the Structured Query Language (SQL)
- To connect to databases with Java Database Connectivity (JDBC)
- To write database programs that insert, update, and query data in a relational
database