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

Question:

Fill in the blanks in each of the following statements:

a. The international standard database language is                  .

b. A table in a database consists of                 and                   .

c. Statement objects return SQL query results as                  objects.

d. The __________ uniquely identifies each row in a table.

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

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

g. Merging rows from multiple database tables is called                  the tables.

h. A(n)                  is an organized collection of data.

i. A(n)                  is a set of columns whose values match the primary-key values of an- other table.

j.                  method                  is used to obtain a Connection to a database.

k. Interface                 helps manage the connection between a Java program and a database.

l. A(n)                  object is used to submit a query to a database.

m. Unlike a ResultSet object,                  and                   objects are scrollable and updat- able by default.

n.                 , a disconnected RowSet, caches the data of a ResultSet in memory.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Java How To Program Early Objects

ISBN: 9780134743356

11th Edition

Authors: Paul Deitel, Harvey Deitel

Question Posted: