Unit-V-RDBMS-PACKAGES-

Unit-V-RDBMS-PACKAGES-

University

6 Qs

quiz-placeholder

Similar activities

packages and interfaces

packages and interfaces

University

10 Qs

Debugging-Duel-CodeUp'25

Debugging-Duel-CodeUp'25

University

10 Qs

รู้จักกับ GUI และความหมายของโปรแกรมคอมพิวเตอร์

รู้จักกับ GUI และความหมายของโปรแกรมคอมพิวเตอร์

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

Class diagram-P2

Class diagram-P2

University

7 Qs

ED 810

ED 810

University

10 Qs

สอบปลายภาคการประยุกต์ใช้งานไมโครคอนโทรลเลอร์ แบบอัตนัย

สอบปลายภาคการประยุกต์ใช้งานไมโครคอนโทรลเลอร์ แบบอัตนัย

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