Stored Procedure, Function & Packages

Stored Procedure, Function & Packages

University

15 Qs

quiz-placeholder

Similar activities

Vistas, Procedimientos Almacenados y Triggers

Vistas, Procedimientos Almacenados y Triggers

University

10 Qs

Responsi UAS PL 2021/2022

Responsi UAS PL 2021/2022

University

20 Qs

NOSQL

NOSQL

University

20 Qs

PLSQL-Introduction

PLSQL-Introduction

University

12 Qs

Procedimientos Almacenados

Procedimientos Almacenados

University

13 Qs

Advanced Database Systems - Prelim Quiz

Advanced Database Systems - Prelim Quiz

University

15 Qs

data warehouse-kuis 2

data warehouse-kuis 2

University

20 Qs

Database Concepts Quiz

Database Concepts Quiz

University

15 Qs

Stored Procedure, Function & Packages

Stored Procedure, Function & Packages

Assessment

Quiz

Computers

University

Hard

Created by

harshali patil

Used 34+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A stored procedure, when specifying a string parameter should use which of these ?

Char

Varchar2

Text

Real

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Stored Procedure is a

Sequence of SQL or PL/SQL statements to perform specific function

Stored in compiled form in the database

Can be called from all client environments

All the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true, Creating a procedure have compile errors?

The line numbers reported match the line numbers you see in your text editor.

SQL*Plus will automatically show the errors to you.

To see the errors, enter SHOW ERRORS in SQL*Plus.

If there are no syntax errors, you will receive the message “NO ERRORS.”

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the advantages of PL/SQL Packages?

Modularity

Easier Application Design

Information Hiding

All the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the PL/SQL, the package specification contains …….. declarations.

Public

Private

Friend

Protected

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about PL/SQL package body?

The package body has methods declared in package specification and private.

It is created using the CREATE PACKAGE Statement.

Methods and types declared in package body are not hidden from code outside

All the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not true about PL/SQL package specifications?

The specification is the interface to the package.

It declares the types, variables, subprograms that can be referenced from outside

Contains all information about the content of the package and the

None of the above.

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?