DBMS-QUIZ

DBMS-QUIZ

University

11 Qs

quiz-placeholder

Similar activities

SIM- Module 1

SIM- Module 1

University

10 Qs

C Programming Day-10

C Programming Day-10

University

10 Qs

Internal Lab Quiz-1 CSECS

Internal Lab Quiz-1 CSECS

University

10 Qs

Unit 1: Introduction to microcontrollers

Unit 1: Introduction to microcontrollers

University

12 Qs

AMJ21003 Thermodynamics: Chapter 6

AMJ21003 Thermodynamics: Chapter 6

University

10 Qs

Computer Vision

Computer Vision

University

10 Qs

CRYPTIC HEIST ROUND-1 FOR TEAM MEMBER-1

CRYPTIC HEIST ROUND-1 FOR TEAM MEMBER-1

University

10 Qs

Air Tech - Airframe and Undercarriage

Air Tech - Airframe and Undercarriage

University

11 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

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?