How Views are Stored (175)
Unlike a table, a view is not allocated any storage space, nor does a view actually
contain data. Rather, a view is defined by a query that extracts or derives data from the
tables that the view references. These tables are called base tables. Base tables can in
turn be actual tables or can be views themselves (including materialized views).
Because a view is based on other objects, a view requires no storage other than storage
for the definition of the view (the stored query) in the data dictionary.
檢視如何儲存
1. 檢視不佔用任何儲存空間 , 不包含實際的資料
2. 檢視從他引用的基表中查詢資料
3. 基表既可以是表,也可以是檢視(包括物化檢視)
4. 檢視只在資料字典中儲存了檢視的定義
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-981559/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to rename an Oracle stored procedureOracle
- How Views Are Used (176)View
- How Indexes Are Stored (206)Index
- How to use sql result stored on shell variable?SQL
- How To Use DBMS_ADVISOR.TUNE_MVIEW Tuning Materialized ViewsViewZed
- AT_arc175_a [ARC175A] Spoon Taking Problem 題解
- 題解:AT_arc175_b [ARC175B] Parenthesis Arrangemen
- 175.XML解析XML
- DML ViewsView
- EF Oracle:錯誤 175Oracle
- Oracle stored procedure to send emailOracleAI
- 8.1.1 V$ ViewsView
- 8.1.2 GV$ ViewsView
- Parallel query & viewsParallelView
- External Views (33)View
- Overview of Views (174)View
- PostgreSQL DBA(175) - Cost EST(SeqScan)SQL
- ARC175 A~C 題解
- execute shell script from stored procedure
- CCA175考試總結
- barbajs-ViewsJSView
- Some Dictionary Views For ASMViewASM
- Views and Base Tables (243)View
- Mechanics of Views (177)View
- Dependencies and Views (180)View
- Object Views (182)ObjectView
- 【PLAN STABILITY】 STORED-OUTLINE
- stored procedure 收集session wait 資訊SessionAI
- Result Sets from Stored Procedures In Oracle (轉)Oracle
- [ARC175E] Three View DrawingView
- Oracle's V$ Views(轉)OracleView
- About Static Data Dictionary ViewsView
- Views with the Prefix USER (267)View
- Views with the Prefix ALL (268)View
- Views with the Prefix DBA (269)View
- Globalization Support Parameters in Views (178)View
- Updatable Join Views (181)View
- Overview of Materialized Views (184)ViewZed