Oracle SQL Question:

Explain me can the default values be assigned to actual parameters?

SQL Oracle Interview Question
SQL Oracle Interview Question

Answer:

yes you can assign default value to an actual parameter.. If the actual parameter holds NULL value then the DEFAULT Value will be assigned.


Previous QuestionNext Question
Explain Difference between database triggers and form triggers?How to pass cursor variables in PL/SQL 2.2?