Fill in the blanks in cach of the following statements:
a) The international standard database language is __________.
b) \(A\) table in a database consists of _________ amd __________.
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 another table.
j) \(A(n)\) _________object 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) \quad\)_________ object is used to submit a query to a database.
m) Unlike a Resultset object, _________ and _________ objects are scrollable
and updatable by default.
n) _________ a disconnected RowSet, caches the data of a Resul tset in memory.