PL PGSQL -01

PL PGSQL -01

University

24 Qs

quiz-placeholder

Similar activities

2DO PARCIAL DB

2DO PARCIAL DB

University

29 Qs

Triggers

Triggers

University

20 Qs

PHP & MySQL

PHP & MySQL

University

20 Qs

MB-7

MB-7

University

20 Qs

Segurança em PHP

Segurança em PHP

10th Grade - University

22 Qs

Database and JDBC

Database and JDBC

University

23 Qs

JDBC

JDBC

University

20 Qs

SQL Quiz

SQL Quiz

University

19 Qs

PL PGSQL -01

PL PGSQL -01

Assessment

Quiz

Computers

University

Medium

Created by

Riddhish Thakore

Used 4+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 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

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

4.

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.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The format for statements in PL/pgSQL block is
Begin ……. end
Begin atomic……. end
Begin ……. repeat
Both Begin ……. end and Begin atomic……. end

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop construct is used in PL/pgSQL for iterating over a range of values?
WHILE loop
FOR loop
DO loop
LOOP loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the symbol for assignment operator in PL/pgSQL?
= =
=
:=
_=

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?