Exam 24: Accessing Databases With Jdbc
Exam 1: Introduction to Computers and Java42 Questions
Exam 2: Introduction to Java Applications34 Questions
Exam 3: Introduction to Classes and Objects34 Questions
Exam 4: Control Statements: Part 142 Questions
Exam 5: Control Statements: Part 227 Questions
Exam 6: Methods: a Deeper Look39 Questions
Exam 7: Arrays and Arraylists44 Questions
Exam 8: Classes and Objects: a Deeper Look27 Questions
Exam 9: Object Oriented Programming: Inheritance22 Questions
Exam 10: Object-Oriented Programming: Polymorphism28 Questions
Exam 11: Exception Handling27 Questions
Exam 12: Gui Components: Part 170 Questions
Exam 13: Graphics and Java 2D19 Questions
Exam 14: Strings27 Questions
Exam 15: Files,streams and Object Serialization29 Questions
Exam 16: Generic Collections41 Questions
Exam 17: Lambdas60 Questions
Exam 18: Recursion13 Questions
Exam 19: Searching, Sorting and Big O22 Questions
Exam 20: Generic Classes and Methods15 Questions
Exam 21: Custom Generic Data Structures17 Questions
Exam 23: Concurrency55 Questions
Exam 24: Accessing Databases With Jdbc35 Questions
Exam 25: JavaFX26 Questions
Select questions type
Java programs communicate with databases using what API?
Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
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:
A
What is the relationship between a primary key and its corresponding foreign keys?
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
D
Pattern matching in a SQL query is performed with which clause?
(Multiple Choice)
4.7/5
(33)
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)
Which of the following states the Rule of Entity Integrity?
(Multiple Choice)
4.8/5
(35)
Showing 1 - 20 of 35
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)