Exam 24: Accessing Databases With Jdbc

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

Java programs communicate with databases using what API?

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

B

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

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

A

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

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

D

PreparedStatement method ________ returns a ResultSet.

(Multiple Choice)
4.8/5
(38)

Which SQL keyword is required in every query?

(Multiple Choice)
4.7/5
(34)

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

(Multiple Choice)
4.7/5
(33)

Which statement is false?

(Multiple Choice)
4.8/5
(23)

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

(Multiple Choice)
5.0/5
(39)

A ________ is a column (or set of columns)which have a unique value that cannot be duplicated in other rows?

(Multiple Choice)
4.8/5
(34)

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

(Multiple Choice)
4.7/5
(35)

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

(Multiple Choice)
4.7/5
(32)

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

(Multiple Choice)
4.8/5
(34)

Which SQL keyword is used to merge rows from multiple tables?

(Multiple Choice)
4.9/5
(29)

If a query includes columns from multiple tables that have the same name,the statement must precede those column names with _________.

(Multiple Choice)
4.8/5
(31)

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

(Multiple Choice)
4.9/5
(33)

Transaction processing enables a program to treat a database operation,or set of operations,as single operation.This is known as a(n)________ or a(n)________.

(Multiple Choice)
4.9/5
(35)

The result of a query can be sorted by using the optional _________ clause.

(Multiple Choice)
4.8/5
(33)

Classes and interfaces for the JDBC API can be found in which package?

(Multiple Choice)
4.9/5
(39)

Initially,a ResultSet cursor is positioned _________.

(Multiple Choice)
4.9/5
(37)

Which of the following states the Rule of Entity Integrity?

(Multiple Choice)
4.8/5
(35)
Showing 1 - 20 of 35
close modal

Filters

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