Self-Review Exercise

25.1Fill in the blanks in each of the following statements:
  1. The international standard database language is _______.

  2. A table in a database consists of ______ and ______.

  3. Statement objects return SQL query results as ______ objects.

  4. The______ uniquely identifies each row in a table.

  5. SQL keyword ______ is followed by the selection criteria that specify the rows to select in a query.

  6. SQL keywords ______ specify the order in which rows are sorted in a query.

  7. Merging rows from multiple database tables is called ______ the tables.

  8. A(n) ______ is an organized collection of data.

  9. A(n) ______ is a set of columns whose values match the primary key values of another table.

  10. A(n) ______ object is used to obtain a Connection to a database.

  11. Interface ...

Get Java™ How to Program, Seventh Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.