Exam 24: Relational Databases
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
A ____________ is a set of rows and columns that provides a "window" through which you can see some of the database data.
(Multiple Choice)
4.9/5
(35)
Based on the table below, the query that finds all customers who do not live in Pleasantville is _________________.
Customer table

(Multiple Choice)
4.9/5
(43)
Used with the LIKE operator, the ______ symbol matches exactly one character.
(Multiple Choice)
4.9/5
(32)
If your program needs to look at several result sets at the same time, _____.
(Multiple Choice)
4.8/5
(33)
What is wrong with the following statement?
ResultSet result = statement.execute("SELECT * FROM emp WHERE empNum = '5'");
(Multiple Choice)
4.8/5
(37)
The ______ clause is used to select data that fulfill a condition.
(Multiple Choice)
4.8/5
(34)
When you first get a result set from the executeQuery method, you need to call ____ to move to the first row
(Multiple Choice)
4.8/5
(37)
Which of the following would be a good primary key for a Course table designed to hold course information for a university?
(Multiple Choice)
4.8/5
(39)
What will the following expression match to?
Name LIKE 'e_%'
(Multiple Choice)
4.8/5
(31)
To fetch a column in a result set that stores prices, use the ______ method.
(Multiple Choice)
4.8/5
(35)
What should the database.properties file contain so you can connect to a database?
(Multiple Choice)
4.9/5
(36)
Why should we use try-with-resources to open a Connection to a database?
(Multiple Choice)
4.8/5
(35)
The outcome of a SELECT query is a _________ that you can view and analyze.
(Multiple Choice)
4.9/5
(47)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)