PLSQL QUIZZ

PLSQL QUIZZ

Professional Development

30 Qs

quiz-placeholder

Similar activities

PBU - Broker Sales - Test - Jan - 2020

PBU - Broker Sales - Test - Jan - 2020

Professional Development

30 Qs

PBU Assessment_Broker Aquisition

PBU Assessment_Broker Aquisition

Professional Development

30 Qs

Linux File System

Linux File System

Professional Development

26 Qs

Java Practice Quiz

Java Practice Quiz

Professional Development

30 Qs

core java 2

core java 2

Professional Development

25 Qs

Web Application Post-Test Under Cyber Closet Project

Web Application Post-Test Under Cyber Closet Project

Professional Development

25 Qs

PAC Training 3: Benefit Verification + RxHome Screen Set Up

PAC Training 3: Benefit Verification + RxHome Screen Set Up

Professional Development

25 Qs

SFDC Assessment

SFDC Assessment

Professional Development

32 Qs

PLSQL QUIZZ

PLSQL QUIZZ

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

William Lawrence

Used 228+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

1. Which Command will remove the Function?

DROP gen_email_name;

REMOVE gen_email_name;

DELETE gen_email_name;

DROP FUNCTION gen_eamil_name;

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

1. SELECT JOB,AVG(SAL) FROM EMP GROUP BY DEPTNO;

WRONG

RIGHT

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which two statements about packages are true? (Choose two)

Packages can be nested.

Does Not Support Overloading

Package methods is loaded into memory each time it is invoked.

The contents of packages can be shared by many applications.

You can achieve information hiding by making package

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which command can you issue to see the actual error message?

SHOW FUNCTION_ERROR

SHOW USER_ERRORS

SHOW ERROR

SHOW ALL_ERRORS

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which type of argument passes a value from a procedure to the calling environment?

VARCHAR2

BOOLEAN

OUT

IN

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The name given for Implicit cursor is?

PLSQL

SQL

CURSOR

NONE

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You are about to add a column to the EMP table.

Which dictionary view can you query to determine the names of the procedures and functions that are used by EMP table?

USER_PROC_DEPENDS

USER_DEPENDENCIES

USER_REFERENCES

USER_SOURCE

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?