Quiz on Triggers in SQL

Quiz on Triggers in SQL

Professional Development

10 Qs

quiz-placeholder

Similar activities

Briefing Partner

Briefing Partner

Professional Development

12 Qs

Phrasal Verbs (Unit 137 and 138)

Phrasal Verbs (Unit 137 and 138)

Professional Development

10 Qs

Vocabulary unit 8

Vocabulary unit 8

Professional Development

10 Qs

TOEIC A - 8

TOEIC A - 8

University - Professional Development

10 Qs

Processes: The Internet

Processes: The Internet

Professional Development

9 Qs

EPC English Reading 1 10/03/2023

EPC English Reading 1 10/03/2023

Professional Development

10 Qs

Planning and preparing a lesson

Planning and preparing a lesson

Professional Development

10 Qs

REVIEW UNIT 2

REVIEW UNIT 2

Professional Development

10 Qs

Quiz on Triggers in SQL

Quiz on Triggers in SQL

Assessment

Quiz

English

Professional Development

Medium

Created by

Ms. Sci

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A __________ is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updating of data.

Procedures

Triggers

Functions

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Triggers are not supported for

Delete

Update

Views

Insert

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CREATE TRIGGER statement is used to create the trigger. THE _____ clause specifies the table name on which the trigger is to be attached. The ______ specifies that this is an AFTER INSERT trigger.

for insert, on

On, for insert

For, insert

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the after triggers?

Triggers generated after a particular operation

These triggers run after an insert, update or delete on a table

These triggers run after an insert, views, update or delete on a table

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variables in the triggers are declared using

@

/

/@

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The default extension for an Oracle SQL*Plus file is:

.txt

.pls

.ora

.sql

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an Oracle-supported trigger?

BEFORE

DURING

AFTER

INSTEAD OF

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?