Explain how procedures and functions are called in a PL/SQL
block ?
Answer Posted / tulsi
PACKAGE NAME.PROCEDURE NAME (parameters);
variable := PACKAGE NAME.FUNCTION NAME (arguments);
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does trigger mean in psychology?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
how to dump a table to a file with 'mysqldump'? : Sql dba
Who developed sql?
How many types of primary keys are there?
What operating systems are supported by oracle sql developer?
What is the use of procedures?
How do I debug a stored procedure?
Is natural join same as inner join?
What is set serveroutput on?
What is crud diagram?
How can we store rows in PL/SQL using array?
Does inner join return duplicate rows?
Where can I learn sql for free?
How to create a menu in sqlplus or pl/sql?