
DBMS-QUIZ
Authored by Anice John
Engineering
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In a DBMS, which command is used to set a point in the transaction to which you can roll back later?
COMMIT
ROLLBACK
SAVEPOINT
SET TRANSACTION
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is true about the COMMIT command in DBMS?
It sets the isolation level of the current transaction.
It permanently saves the changes made in the current transaction.
It allows you to undo all changes made in the transaction.
It creates a savepoint that can be used for rollback.
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the main advantage of using PL/SQL in Oracle DBMS?
It allows procedural logic, which makes SQL queries more efficient.
It is used only for basic data retrieval.
It provides support for object-oriented programming.
It enables execution of SQL queries only in the client-side application.
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is NOT a valid component of a PL/SQL block?
Declaration
Execution
Commit
Exception Handling
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is the primary purpose of using triggers in a database?
To optimize query performance by automatically indexing tables whenever data is modified.
To automatically maintain data integrity by synchronizing changes between related tables.
To adjust table structures dynamically when data modifications occur.
To enforce business rules by triggering automatic actions in response to data changes.
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the problem with this trigger?
The trigger will not work because :NEW.emp_name is not valid in a BEFORE INSERT trigger.
The trigger is valid and will work as intended.
RAISE_APPLICATION_ERROR can only be used in a BEFORE UPDATE trigger.
The trigger will only work if the column emp_name is explicitly defined as NOT NULL.
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following is true for the following trigger?
The trigger is valid and will execute after every update on the salary field.
The trigger will fail because :NEW.salary cannot be used in an AFTER UPDATE trigger.
The trigger will only execute if the salary value is greater than 100000.
The trigger will cause an error if the salary value is less than 100000.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?