Unit-V-RDBMS-PACKAGES-

Unit-V-RDBMS-PACKAGES-

University

6 Qs

quiz-placeholder

Similar activities

Chapter 4 Test Techniques

Chapter 4 Test Techniques

University

10 Qs

Different types of Memory

Different types of Memory

University

10 Qs

SRD Chapter 1: Quiz for understanding topic

SRD Chapter 1: Quiz for understanding topic

University

7 Qs

Q7 - Ent. Sys

Q7 - Ent. Sys

University

10 Qs

MS Core Java Quiz-1 2023

MS Core Java Quiz-1 2023

University

10 Qs

NodeJS Quiz 1

NodeJS Quiz 1

University

9 Qs

STSCI 2120: Lecture 1

STSCI 2120: Lecture 1

University

10 Qs

Node.js and Express.js Fun Challenge

Node.js and Express.js Fun Challenge

University

10 Qs

Unit-V-RDBMS-PACKAGES-

Unit-V-RDBMS-PACKAGES-

Assessment

Quiz

Computers

University

Medium

Created by

Ajitha Padmanabhan

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A ________ is a collection of PL/SQL objects.

procedure

package

table

queries

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A package compiles successfully even without a body if the specification compiles.

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Objects in the specification section of a package are called ______________

private objects

anytype objects

public objects

body of the package

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The module code in the body without a description in the specification function is called a

packages/objects

type module

public module

hidden module

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If  do not use ___________ to reference an object, the compilation will fail.

package

dot

notation

procedure

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A package specification does not contain any code but it does contain information about the elements of the packages.

True

False