Q:
SQL views can be used to hide?
Answer & Explanation
Answer: D) All of the above
Explanation: In SQL, a SQL view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table.
SQL views can be used to hide rows and columns and complicated SQL syntax.
The fields in a view are fields from one or more real tables in the database.
View Answer
Report Error
Discuss