How Views Are Used (176)
Views provide a means to present a different representation of the data that resides
within the base tables. Views are very powerful because they let you tailor the
presentation of data to different types of users. Views are often used to:
■ Provide an additional level of table security by restricting access to a
predetermined set of rows or columns of a table
■ Hide data complexity
■ Simplify statements for the user
■ Present the data in a different perspective from that of the base table
■ Isolate applications from changes in definitions of base tables
■ Express a query that cannot be expressed without using a view
■ Save complex queries
檢視的用途
1. 透過檢視可以設定允許使用者訪問的列和資料行,從而為表提供了額外的安全控制
2. 隱藏資料複雜性
3. 簡化使用者的 SQL 語句
4. 以不同的角度展示基表中的資料
5. 使應用程式不會受基表定義改變的影響
6. 有些查詢必須使用檢視才能正確表達
7. 儲存複雜查詢
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-981560/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How Views are Stored (175)View
- How To Use DBMS_ADVISOR.TUNE_MVIEW Tuning Materialized ViewsViewZed
- arc176d
- Identify If A Disk/Part Is Still Used By ASM,Used by ASM Or Used by ASM_603210.1IDEASM
- DML ViewsView
- [題解]ARC176 A~B
- [ARC176F] Colorful Star
- [ARC176D] Swap Permutation
- 8.1.1 V$ ViewsView
- 8.1.2 GV$ ViewsView
- Parallel query & viewsParallelView
- External Views (33)View
- Overview of Views (174)View
- Script form where usedORM
- Signals used by the JVMJVM
- PostgreSQL DBA(176) - Serializability Isolation(基本概念)SQL
- 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
- 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
- Refresh Materialized Views (189)ZedView
- Oracle Least Recently Used ChainsOracleASTAI
- Standard Functions Used in SAP Retail with ArticlesFunctionAI
- Oracle ASM Disk Used Space DirectoryOracleASM
- Accessing Frequently Used Dictionary ObjectsObject
- 【手摸手玩轉 OceanBase 176】取消恢復
- Leetcode 176. 第二高的薪水LeetCode
- [譯]Flutter for Android Developers - ViewsFlutterAndroidDeveloperView