What are the different types of PL/SQL program units that
can be defined and stored in ORACLE database ?
Answers were Sorted based on User's Feedback
Answer / pratima
CONSUMER GROUP
DIRECTORY
FUNCTION
INDEX
INDEXTYPE
JAVA CLASS
JAVA RESOURCE
LIBRARY
OPERATOR
PACKAGE
PACKAGE BODY
PROCEDURE
SEQUENCE
SYNONYM
TABLE
TRIGGER
TYPE
VIEW
Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between local variables and global variables?
What is before trigger?
What are triggers and its uses?
What will be the output for the below Query Select 'High' from dual where null = null;
what command is used to create a table by copying the structure of another table including constraints ?
Why partition by is used in sql?
How do I run a sql query in pgadmin 4?
What is the difference between DELETE, TRUNCATE, and DROP?
what is the difference between implicit conversions and explicit conversions?
How do you break a loop in pl sql?
What is data type in database?
Which is faster view or stored procedure?