DBMS-QUIZ

DBMS-QUIZ

University

11 Qs

quiz-placeholder

Similar activities

Intersection Design Quiz

Intersection Design Quiz

University

15 Qs

Quiz on Safety and Design

Quiz on Safety and Design

9th Grade - University

15 Qs

CPE649: LEGAL REQUIREMENT FOR AIR POLLUTION CONTROL

CPE649: LEGAL REQUIREMENT FOR AIR POLLUTION CONTROL

University

10 Qs

Quiz on Peripheral Component Interconnect (PCI) Technology

Quiz on Peripheral Component Interconnect (PCI) Technology

University

15 Qs

Minimum Wages Act Quiz

Minimum Wages Act Quiz

University

15 Qs

DBMS-QUIZ-REVISION

DBMS-QUIZ-REVISION

University

6 Qs

International Transportation Logistics - Chapter 6 Review

International Transportation Logistics - Chapter 6 Review

University

10 Qs

Site Supervision Quiz

Site Supervision Quiz

University

15 Qs

DBMS-QUIZ

DBMS-QUIZ

Assessment

Quiz

Engineering

University

Medium

Created by

Anice John

Used 1+ times

FREE Resource

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

Media Image

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

Media Image

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?