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 are primary key and foreign key and how they work?
what are the differences between char and varchar? : Sql dba
How do I save the results of sql query in a file?
How do I count records in sql?
What is Materialized View? In What Scenario we Use Materialized View?
What is data type in database?
What is data manipulation language?
Can we rollback after truncate?
Explain isolation levels. : Transact sql
what is an alias command? : Sql dba
What is a crud api?
Explain what is a database?
Why do we need unique key in a table?
What is identity column in sql server?
What is a unique key and primary key and foreign key?