Multiple choice technology databases On dropping a view respective table data is retained data is deleted from table depends on conditions 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.