Exam 28: Accessing Databases With Jdbc

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

To obtain data from a table,you ________ the database?

(Multiple Choice)
4.9/5
(39)

Java programs communicate with databases using what API?

(Multiple Choice)
4.8/5
(43)

Which of the following states the Rule of Entity Integrity?

(Multiple Choice)
4.9/5
(35)

SQL statements that are stored in a database can be invoked using an object that implements interface ________.

(Multiple Choice)
4.8/5
(39)

Which SQL keyword is required in every query?

(Multiple Choice)
4.9/5
(39)

Selection criteria can be added to a SQL query using which keyword?

(Multiple Choice)
4.8/5
(38)

Pattern matching in a SQL query is performed with which clause?

(Multiple Choice)
4.8/5
(35)

SQL uses the _________ as a delimiter for strings.

(Multiple Choice)
4.9/5
(38)

What is the name of a key in one table that is required to matche a primary key in another table?

(Multiple Choice)
4.9/5
(48)

Which constants are used to indicate that a ResultSet is scrollable,insensitive to changes and read only?

(Multiple Choice)
4.9/5
(36)

The default sort order in a sorted query is _________.

(Multiple Choice)
4.9/5
(35)

What is the relationship between a primary key and its corresponding foreign keys?

(Multiple Choice)
4.9/5
(39)

PreparedStatement method ________ returns a ResultSet.

(Multiple Choice)
4.9/5
(44)

When joining tables,the _________ clause specifies the columns from each table that are com?pared to determine which rows are merged.

(Multiple Choice)
4.8/5
(35)

Initially,a ResultSet cursor is positioned _________.

(Multiple Choice)
4.8/5
(39)
Showing 21 - 35 of 35
close modal

Filters

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