What does the word relationship mean in reference to a relational database?
What is the term for the process of removing duplicate data and optimizing tables?
What are the three rules of the First Normal Form?
How can you make a table satisfy the Second Normal Form?
What do you put in a column to tie together two tables that contain items having a one-to-many relationship?
How can you create a database with a many-to-many relationship?
What commands initiate and end a MySQL transaction?
What feature does MySQL provide to enable you to examine how a query will work in detail?
What command would you use to back up the database publications
to a file called publications.sql?
See Chapter 9 Answers in Appendix A for the answers to these questions.