Stored Procedure, Function & Packages

Stored Procedure, Function & Packages

University

15 Qs

quiz-placeholder

Similar activities

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

PL SQL

PL SQL

University - Professional Development

20 Qs

Triggers

Triggers

University

20 Qs

JDBC

JDBC

University

20 Qs

Node.js Database Connection

Node.js Database Connection

University

12 Qs

Quiz Materi Gabungan PL/SQL 14Juni2022

Quiz Materi Gabungan PL/SQL 14Juni2022

University

20 Qs

U3.4. CallableStatements (JDBC)

U3.4. CallableStatements (JDBC)

University

14 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?