Exam 23: Accessing Databases With Jdbc

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

JDBC supports _______, so you do not need to manually load the database driver before accessing a database.

(Multiple Choice)
4.9/5
(26)

Which of the following states the Rule of Entity Integrity?

(Multiple Choice)
4.8/5
(37)

In an UPDATE statement, the SET keyword is followed by _________.

(Multiple Choice)
4.7/5
(38)

This keyword is used to add a row to a table.

(Multiple Choice)
4.8/5
(31)

PreparedStatement method ________ returns a ResultSet.

(Multiple Choice)
4.7/5
(35)

Which SQL keyword is required in every query?

(Multiple Choice)
4.8/5
(38)

Initially, a ResultSet cursor is positioned _________.

(Multiple Choice)
4.7/5
(23)

What exception is thrown if DriverManager method getConnection cannot connect to the database?

(Multiple Choice)
4.9/5
(46)

What are individual SQL statements saved in a database called?

(Multiple Choice)
4.8/5
(36)

Transaction processing enables a program to ________ or ________ a transaction based on whether the transaction was successful.

(Multiple Choice)
4.7/5
(39)

The default sort order in a sorted query is _________.

(Multiple Choice)
4.9/5
(29)

What does a primary key do?

(Multiple Choice)
4.9/5
(30)

An implementation of the _________ interface configures the database connection and prepares query statements automatically.

(Multiple Choice)
4.8/5
(30)

Which symbol indicates that all columns should be retrieved?

(Multiple Choice)
4.7/5
(34)
Showing 21 - 34 of 34
close modal

Filters

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