Kizspy | Question: 42
(Choose 1 answer)
What is the difference between a view and a table in SQL?
A. Tables can be updated, while the view is displaying data from the query
B. Views can store data permanently, while tables are temporary
C. Tables are created with the CREATE TABLE statement, while views use CREATE VIEW
D. Views and tables are functionally equivalent in SQL