视图是仅捕获查询还是捕获该查询后面的数据?

时间:2012-11-11 07:03:31

标签: sql sql-server tsql

视图是仅捕获查询还是捕获该查询背后的数据?

2 个答案:

答案 0 :(得分:3)

视图只是一个存储的查询。

答案 1 :(得分:1)

视图只是存储在T-SQL中,除非它是一个索引视图,在这种情况下it must have at least a unique clustered index and will therefore be stored in the same way as a table with a clustered index