Multiple choice technology databases What is view in sql server database Logical form of table Physical view of table Logical view of table View are thoes which are created on Stored procedure Reveal answer Fill a bubble to check yourself C Correct answer Explanation A view in SQL Server is a virtual table whose contents are defined by a query, serving as a logical view of a table. It does not physically store data, ruling out "Physical view", and is based on select queries rather than stored procedures.