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
SQL uses single quotes (') to delimit strings.What is the standard in order to include a single quote in a String? For example: 'Joe's Burgers'
(Multiple Choice)
4.9/5
(43)
Based on the customer table below, which of the attributes do you think represents the primary key?
Customer table

(Multiple Choice)
4.8/5
(37)
An important part of database processing is transaction handling.What is a transaction?
(Multiple Choice)
4.8/5
(36)
Which Java statement connects to a database using a Connection object?
(Multiple Choice)
4.8/5
(45)
Based on the table below, the query that finds the names and zip codes of all customers is _____________________.
Customer table

(Multiple Choice)
4.8/5
(40)
In the table below, the ____ correspond(s) to the attributes of a customer in the database.
Customer table

(Multiple Choice)
4.8/5
(40)
Based on the table below, the SQL statement that changes the address and city of customer 3175, Gregory Adams, to 1337 Parkway Ave and Pembrook, SD, 57462, respectively, is _____________________. Customer table

(Multiple Choice)
4.9/5
(38)
Based on the table below, which of the following statements will return the number of customers in Michigan (MI)?
Customer table

(Multiple Choice)
4.8/5
(35)
The ______ class has a next method to visit the next row of a query result.
(Multiple Choice)
4.8/5
(35)
What statement will return the value of a given key from the configuration file? Assume props is of type Properties.
(Multiple Choice)
4.9/5
(45)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)