Explain how procedures and functions are called in a PL/SQL
block ?
Answer Posted / nishi
PACKAGE NAME.PROCEDURE NAME (parameters);
variable := PACKAGE NAME.FUNCTION NAME (arguments);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What mean sql?
What are types of indexes in sql?
How many parts of a pl sql block are optional?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
how to do backup entire database? : Transact sql
What is nosql example?
what are enums used for in mysql? : Sql dba
Explain the difference in execution of triggers and stored procedures?
What is dba in sql? : SQL DBA
What is the difference between syntax error and runtime error?
Explain commit, rollback and savepoint.
What is sql and its types?
What are the properties of a transaction?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Can a foreign key have a different name?