DBMS-QUIZ

DBMS-QUIZ

University

11 Qs

quiz-placeholder

Similar activities

Electromechanic

Electromechanic

University

11 Qs

Understanding Resistance Concepts

Understanding Resistance Concepts

University

15 Qs

Quiz T2_Malaysia Practices on Sustainability

Quiz T2_Malaysia Practices on Sustainability

University

15 Qs

Pre-test Pelatihan PPIC

Pre-test Pelatihan PPIC

University

10 Qs

PEISS

PEISS

University

15 Qs

Compiler

Compiler

University

10 Qs

Electric Traction Quiz

Electric Traction Quiz

University

10 Qs

24EE2081 - Quiz1

24EE2081 - Quiz1

University

15 Qs

DBMS-QUIZ

DBMS-QUIZ

Assessment

Quiz

Engineering

University

Practice Problem

Medium

Created by

Anice John

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?