Exam 16: Databases
Exam 1: Introduction to Computers and Java40 Questions
Exam 2: Java Fundamentals40 Questions
Exam 3: A First Look at Classes and Objects40 Questions
Exam 4: Decision Structures40 Questions
Exam 5: Loops and Files40 Questions
Exam 6: A Second Look at Classes and Objects40 Questions
Exam 7: Arrays and the ArrayList Class40 Questions
Exam 8: Text Processing and Wrapper Classes40 Questions
Exam 9: Inheritance40 Questions
Exam 10: Exceptions and Advanced File I/O40 Questions
Exam 11: GUI Applications–Part 140 Questions
Exam 12: GUI Applications–Part 240 Questions
Exam 13: Applets and More40 Questions
Exam 14: Creating GUI Applications with JavaFX40 Questions
Exam 15: Recursion20 Questions
Exam 16: Databases40 Questions
Select questions type
What term refers to data that describes other data?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
D
SQL statements that are stored in the DBMS are called resident queries.
Free
(True/False)
4.8/5
(34)
Correct Answer:
False
What will happen if you try to store duplicate data in a primary key column?
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
B
You use this statement in SQL to insert a new row into a table.
(Multiple Choice)
4.8/5
(37)
Which Statement interface method should be used to execute a SELECT statement?
(Multiple Choice)
4.9/5
(35)
In SQL, this character can be used as a wildcard to represent a single character.
(Multiple Choice)
4.8/5
(36)
Of the following column names, which one is most likely a primary key column?
(Multiple Choice)
4.7/5
(37)
In an entity relationship diagram, the primary keys are denoted with
(Multiple Choice)
4.9/5
(30)
System designers commonly use UML diagrams to show the relationships between database tables.
(True/False)
4.7/5
(41)
What do most developers prefer to use when developing applications that work with an intensive amount of data?
(Multiple Choice)
4.9/5
(35)
This is the standard language for working with database management systems.
(Multiple Choice)
4.8/5
(39)
A column in one table that references a primary key in another table is known as what?
(Multiple Choice)
4.9/5
(40)
Although SQL is a language, you don't use it to write applications.
(True/False)
4.9/5
(35)
In a transaction, all updates to database must be successfully executed.
(True/False)
4.8/5
(43)
In SQL, this statement is used to change the contents of an existing row in a table.
(Multiple Choice)
4.7/5
(43)
What SQL operator can be used to perform a search for a substring?
(Multiple Choice)
5.0/5
(36)
Which SQL statement is used to delete a table from a database?
(Multiple Choice)
5.0/5
(43)
Which Statement interface method should be used to execute an INSERT statement?
(Multiple Choice)
4.9/5
(38)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)