Multiple choice technology databases

On dropping a view

  1. respective table data is retained

  2. data is deleted from table

  3. depends on conditions

  4. all of above

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

Dropping a view removes only the view definition (metadata). The underlying table and its data are completely unaffected - views are virtual tables, not data storage.