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 is the purpose of a secondary key?
what is collation? : Sql dba
Define join and name different types of joins?
What is over () in sql?
What is sql and how does it work?
what are the drivers in mysql? : Sql dba
What are the string functions in sql?
Explain polymorphism in pl/sql.
What is sqlite format?
Can you inner join the same table?
Which kind of parameters cannot have a default value in pl sql?
Can we call stored procedure in function?
What is dialect in sql?
Can we rollback truncate?
What is difference between group by and partition by?