Exam 23: Relational Databases
Exam 1: Introduction98 Questions
Exam 2: Using Objects76 Questions
Exam 3: Implementing Classes103 Questions
Exam 4: Fundamental Data Types125 Questions
Exam 5: Decisions120 Questions
Exam 6: Loops128 Questions
Exam 7: Arrays and Array Lists118 Questions
Exam 8: Designing Classes95 Questions
Exam 9: Inheritance101 Questions
Exam 10: Interfaces85 Questions
Exam 11: Inputoutput and Exception Handling109 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion110 Questions
Exam 14: Sorting and Searching109 Questions
Exam 15: The Java Collections Framework110 Questions
Exam 16: Basic Data Structures104 Questions
Exam 17: Tree Structures110 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Graphical User Interfaces76 Questions
Exam 20: Streams and Binary Inputoutput82 Questions
Exam 21: Multithreading82 Questions
Exam 22: Internet Networking74 Questions
Exam 23: Relational Databases75 Questions
Exam 24: XML74 Questions
Exam 25: Web Applications75 Questions
Select questions type
What will the following expression match to? Name LIKE '_e%'
(Multiple Choice)
4.9/5
(38)
The ______ clause is used to select data that fulfill a condition
(Multiple Choice)
4.8/5
(41)
Beginners are afraid of issuing complex SQL queries, so they are ______
(Multiple Choice)
4.9/5
(40)
In a Java program, the result of a SQL query is returned in a(n) _____________ object.
(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)
5.0/5
(37)
What statement will return the value of a given key from the configuration file? Assume props is of type Properties.
(Multiple Choice)
4.8/5
(41)
Used with the LIKE operator, the ______ symbol matches exactly one character.
(Multiple Choice)
4.8/5
(42)
What is the effect of the following statement? String product_code = result.getString(1);
(Multiple Choice)
4.8/5
(35)
In SQL, the _____________ command is used to issue queries.
(Multiple Choice)
4.8/5
(33)
Based on the table below, the SQL statement that changes the last name of customer 3175 to Michael is _____________________. Customer table


(Multiple Choice)
4.8/5
(33)
What is one reason why you need a finally clause after a try/catch sequence that accesses a database?
(Multiple Choice)
4.7/5
(30)
The outcome of a SELECT query is a _________ that you can view and analyze.
(Multiple Choice)
4.9/5
(39)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)