Exam 17: Databases
Exam 1: Introduction to Computers and Java51 Questions
Exam 2: Java Fundamentals61 Questions
Exam 3: Decision Structures64 Questions
Exam 4: Loops and Files57 Questions
Exam 5: Methods60 Questions
Exam 6: A First Look at Classes58 Questions
Exam 7: Arrays and the Arraylist Class64 Questions
Exam 8: A Second Look at Classes and Objects50 Questions
Exam 9: Text Processing and More About Wrapper Classes60 Questions
Exam 10: Inheritance70 Questions
Exam 11: Exceptions and Advanced File IO56 Questions
Exam 12: A First Look at GUI Applications60 Questions
Exam 13: Advanced GUI Applications58 Questions
Exam 14: Applets and More54 Questions
Exam 15: Creating GUI Applications With Javafx and Scene Builder40 Questions
Exam 16: Recursion42 Questions
Exam 17: Databases48 Questions
Select questions type
To what package does the Connection interface belong?
Free
(Multiple Choice)
5.0/5
(37)
Correct Answer:
C
No two rows in a table can have the same value in the primary key column
Free
(True/False)
4.8/5
(35)
Correct Answer:
True
In SQL, the REFERENCES qualifier ensures referential integrity between tables.
Free
(True/False)
4.9/5
(41)
Correct Answer:
True
If you wish to sort the results of an SQL query, you can use the ________ clause.
(Multiple Choice)
4.9/5
(42)
What is determined by the following code?
ResultSet.last();
Int numRows = resultSet.getRow();
ResultSet.first();
(Multiple Choice)
4.9/5
(40)
What SQL operator can be used to disqualify search criteria in a WHERE clause?
(Multiple Choice)
4.7/5
(36)
You use this statement in SQL to insert a new row into a table:
(Multiple Choice)
4.8/5
(37)
What do most developers prefer to use when developing applications that work with an intensive amount of data?
(Multiple Choice)
4.8/5
(33)
Which SQL statement is used to delete a table from a database?
(Multiple Choice)
4.8/5
(46)
What SQL operator can be used to perform a search for a substring?
(Multiple Choice)
4.9/5
(30)
SQL statements that are stored in the DBMS are called resident queries.
(True/False)
4.7/5
(42)
Which Statement interface method should be used to execute an INSERT statement?
(Multiple Choice)
4.8/5
(36)
Which Statement interface method should be used to execute a SELECT statement?
(Multiple Choice)
4.9/5
(34)
In a transaction, all updates to database must be successfully executed.
(True/False)
4.8/5
(41)
What must you have installed on your system before you can use JDBC to access a database?
(Multiple Choice)
4.9/5
(39)
Showing 1 - 20 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)