Exam 17: Databases

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To what package does the Connection interface belong?

Free
(Multiple Choice)
5.0/5
(37)
Correct Answer:
Verified

C

No two rows in a table can have the same value in the primary key column

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

True

In SQL, the REFERENCES qualifier ensures referential integrity between tables.

Free
(True/False)
4.9/5
(41)
Correct Answer:
Verified

True

If you wish to sort the results of an SQL query, you can use the ________ clause.

(Multiple Choice)
4.9/5
(42)

What is determined by the following code? ResultSet.last(); Int numRows = resultSet.getRow(); ResultSet.first();

(Multiple Choice)
4.9/5
(40)

A qualified column name takes the following form:

(Multiple Choice)
4.8/5
(42)

What SQL operator can be used to disqualify search criteria in a WHERE clause?

(Multiple Choice)
4.7/5
(36)

In SQL, the not equal-to operator is:

(Multiple Choice)
4.9/5
(36)

You use this statement in SQL to insert a new row into a table:

(Multiple Choice)
4.8/5
(37)

The columns in a table are assigned SQL data types.

(True/False)
4.7/5
(40)

SQL does not provide functions for performing calculations.

(True/False)
4.9/5
(32)

What do most developers prefer to use when developing applications that work with an intensive amount of data?

(Multiple Choice)
4.8/5
(33)

Which SQL statement is used to delete a table from a database?

(Multiple Choice)
4.8/5
(46)

What SQL operator can be used to perform a search for a substring?

(Multiple Choice)
4.9/5
(30)

SQL statements that are stored in the DBMS are called resident queries.

(True/False)
4.7/5
(42)

Which Statement interface method should be used to execute an INSERT statement?

(Multiple Choice)
4.8/5
(36)

Which Statement interface method should be used to execute a SELECT statement?

(Multiple Choice)
4.9/5
(34)

In a transaction, all updates to database must be successfully executed.

(True/False)
4.8/5
(41)

What term refers to data that describes other data?

(Multiple Choice)
4.9/5
(27)

What must you have installed on your system before you can use JDBC to access a database?

(Multiple Choice)
4.9/5
(39)
Showing 1 - 20 of 48
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)