Exam 23: Accessing Databases With Jdbc
Exam 1: Introduction to Computers, the Internet and Java40 Questions
Exam 2: Introduction to Java Applications; Inputoutput and Operators33 Questions
Exam 3: Introduction to Classes, Objects, Methods and Strings32 Questions
Exam 4: Control Statements: Assignment, and Operators39 Questions
Exam 5: Control Statements: Logical Operators26 Questions
Exam 6: Methods: a Deeper Look38 Questions
Exam 7: Arrays and Arraylists46 Questions
Exam 8: Classes and Objects: a Deeper Look28 Questions
Exam 9: Object-Oriented Programming: Inheritance20 Questions
Exam 10: Object-Oriented Programming: Polymorphism and Interfaces34 Questions
Exam 11: Exception Handling: a Deeper Look27 Questions
Exam 12: Javafx Graphical User Interfaces22 Questions
Exam 13: Javafx Gui20 Questions
Exam 14: Strings, Characters and Regular Expressions26 Questions
Exam 15: Files, Inputoutput Streams, Nio and Xml Serialization30 Questions
Exam 16: Generic Collections36 Questions
Exam 17: Lambdas and Streams67 Questions
Exam 18: Recursion15 Questions
Exam 19: Searching, Sorting and Big O22 Questions
Exam 20: Generic Classes and Methods: a Deeper Look13 Questions
Exam 21: Custom Generic Data Structures17 Questions
Exam 22: Concurrency54 Questions
Exam 23: Accessing Databases With Jdbc34 Questions
Exam 24: Swing Gui Components78 Questions
Exam 25: Graphics and Java 2d19 Questions
Exam 26: Networking13 Questions
Exam 27: Java Persistence Api Jpa16 Questions
Exam 28: Javaserver Faces Web Apps15 Questions
Exam 29: Javaserver Faces Web Apps7 Questions
Exam 30: Swing Gui Components26 Questions
Select questions type
What is the name of a key in one table that is required to matche a primary key in another table?
Free
(Multiple Choice)
4.8/5
(43)
Correct Answer:
A
Which of the following is a key benefit of using JDBC?
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
B
SQL uses the _________ as a delimiter for strings.
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
B
Pattern matching in a SQL query is performed with which clause?
(Multiple Choice)
4.8/5
(40)
Which SQL keyword is used to merge rows from multiple tables?
(Multiple Choice)
4.8/5
(34)
What is the relationship between a primary key and its corresponding foreign keys?
(Multiple Choice)
4.7/5
(43)
When joining tables, the _________ clause specifies the columns from each table that are compared to determine which rows are merged.
(Multiple Choice)
4.9/5
(37)
Classes and interfaces for the JDBC API can be found in which package?
(Multiple Choice)
4.8/5
(43)
A ________ is a column (or set of columns) which have a unique value that cannot be duplicated in other rows?
(Multiple Choice)
4.9/5
(41)
Selection criteria can be added to a SQL query using which keyword?
(Multiple Choice)
4.8/5
(31)
To retrieve specific columns from a table, use _________ to separate the column names.
(Multiple Choice)
4.9/5
(31)
Which constants are used to indicate that a ResultSet is scrollable, insensitive to changes and read only?
(Multiple Choice)
4.8/5
(32)
The result of a query can be sorted by using the optional _________ clause.
(Multiple Choice)
5.0/5
(34)
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
(30)
An a PreparedStatement, parameters are counted from position ________.
(Multiple Choice)
4.9/5
(25)
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.7/5
(39)
Showing 1 - 20 of 34
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)