Chapter 9

Chapter 9

University

39 Qs

quiz-placeholder

Similar activities

E14 SSIV

E14 SSIV

6th Grade - Professional Development

40 Qs

Revision: programming, OOP, version control, debugging

Revision: programming, OOP, version control, debugging

11th Grade - University

35 Qs

Programación Web I

Programación Web I

University

44 Qs

2025 UAS

2025 UAS

University

40 Qs

NoSQL

NoSQL

University

40 Qs

Ivanios II CS

Ivanios II CS

University

40 Qs

JABURAT

JABURAT

University

35 Qs

Application Development and Emerging Technologies Quiz 2

Application Development and Emerging Technologies Quiz 2

University

35 Qs

Chapter 9

Chapter 9

Assessment

Quiz

Computers

University

Medium

Created by

Riddhish Thakore

Used 1+ times

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to input the entry and give the result in a variable in a procedure?
Put and get
Get and put
Out and In
In and out

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Temporary stored procedures are stored in _________ database.
Master
Model
User specific
Temp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Triggers are supported in
Delete
Update
Views
All of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an PostgreSQL-supported trigger?
BEFORE
INSTEAD OF
AFTER
All of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ clause specifies the table name on which the trigger is to be attached.
For
On
None
In

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to remove a PL/pgSQL function, which statement is used?
REMOVE FUNCTION
DELETE FUNCTION
ERASE FUNCTION
DROP FUNCTION

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PL/pgSQL, which of the following describes the proper structure of an IF statement when dealing with multiple conditions?
Using IF...ELSE statements for each condition separately.
Using a single IF statement with multiple THEN clauses.
Using nested IF statements within each other.
Using ELSIF and ELSE clauses to handle multiple conditions in a single IF statement.

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?