Multiple choice technology web technology

which one is default one while creating a view...?

  1. force

  2. no force

  3. with read only

  4. with check option

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When creating a view, the default behavior is NO FORCE - Oracle validates that the view definition is correct and all referenced objects exist. FORCE would create the view even if base tables don't exist (creating a invalid view). WITH READ ONLY and WITH CHECK OPTION are optional constraints, not defaults.