Oracle SQL Question:
Explain me can the default values be assigned to actual parameters?
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 Question | Next Question |
Explain Difference between database triggers and form triggers? | How to pass cursor variables in PL/SQL 2.2? |