Oracle SQL Question:

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

Tweet Share WhatsApp

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.

Download SQL Oracle PDF Read All 16 SQL Oracle Questions
Previous QuestionNext Question
Explain Difference between database triggers and form triggers?How to pass cursor variables in PL/SQL 2.2?