Database (DBMS) Quiz 2
Description: Database (DBMS) Quiz 2 | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: database |
Attempted
0/10
Correct 0
Score 0
‹
›
You run a SELECT statement, and multiple duplicates of values are retrieved. What keyword can you use to retrieve only the non duplicate data?
Which of the following elements are the valid components of ACID in a relational database transaction?
In JDBC, what represents a single instance of a particular database session?
What statement do you use to remove a schema and its related objects from your relational database?
In a properly designed DBMS, concurrency control is provided by which of the following components.
What statement do you use to remove a schema and ensure that the removal takes place only if the schema is empty?
Under JDBC, which of the following types of instances can be created by the Connection object?