Stored Routines & Triggers

Stored Routines & Triggers

2nd Grade

7 Qs

quiz-placeholder

Similar activities

Bases de datos

Bases de datos

1st - 3rd Grade

10 Qs

Computer Science HARD STUFF

Computer Science HARD STUFF

1st Grade - Professional Development

7 Qs

Structured query language

Structured query language

1st - 3rd Grade

5 Qs

Tes Diagnostik (1)

Tes Diagnostik (1)

1st - 12th Grade

8 Qs

Деректер базасы

Деректер базасы

1st - 5th Grade

10 Qs

DBT-meetup quiz

DBT-meetup quiz

1st - 3rd Grade

10 Qs

XI RPL DATABASE

XI RPL DATABASE

1st - 10th Grade

10 Qs

ITFN Test 3

ITFN Test 3

KG - Professional Development

11 Qs

Stored Routines & Triggers

Stored Routines & Triggers

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

Frank Neubüser

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Stored Procedure is a

Sequence of SQL statements to perform specific function

Stored in (pre-)compiled form in the database

Can be called from all client environments

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the benefits of Stored Procedures?

Reduced Traffic

Easy Maintenance

Reusability & Stronger Security

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of using triggers in a database?

To improve performance

All of the above

To enhance security

To automate tasks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a characteristic of a function in SQL?

Can return a value

All of the above

Cannot modify database state

Can be used in SQL expressions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three parameter modes for procedures?

IN, OUT, INOUT

Read, Write, Append

CONSTANT, VARIABLE, DEFAULT

COPY, NO COPY, REF

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

An SQL trigger provides the ability to _____ and _____ (to) data change events.

(CHOOSE TWO OPTIONS)

Ignore, Delete

Log, Audit

Recognize, React

None of these. SQL triggers are not related to external events.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a COMMIT statement be executed as a part of trigger?

Yes.

No.