PLSQL QUIZZ

PLSQL QUIZZ

Professional Development

30 Qs

quiz-placeholder

Similar activities

MileStone-2

MileStone-2

Professional Development

30 Qs

DATA TYPES ,INPUT AND OUTPUT

DATA TYPES ,INPUT AND OUTPUT

Professional Development

25 Qs

Salesforce Development Quiz 4

Salesforce Development Quiz 4

Professional Development

30 Qs

Salesforce Devlopment Quiz 1

Salesforce Devlopment Quiz 1

Professional Development

25 Qs

IT Quiz

IT Quiz

Professional Development

25 Qs

AWS Training Pre-Test Survey 7 August 2024

AWS Training Pre-Test Survey 7 August 2024

Professional Development

25 Qs

Digital Marketing & Engagement

Digital Marketing & Engagement

Professional Development

25 Qs

RPA- Associate Training

RPA- Associate Training

Professional Development

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