- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Benefits of using SAP HANA database views
Following benefits can be achieved using database views −
- To provide security −
Using a view, you can select specific columns and assign access to the users. Users can only see the columns for which permissions are set on the view and not the underlying tables with full data.
- To hide Complexity −
Consider a scenario where you need to join multiple tables using complex joins or calculations. All the coding can be put in database view and access can be provided.
- Related Articles
- Using database view in SAP HANA
- Using Calculation views inside another calculation view in SAP HANA
- Different types of Calculation views in SAP HANA
- Using flat file load in SAP HANA database
- Join using CE functions in SAP HANA database
- De-normalization and Analytic views in SAP HANA
- Adding multiple views in SAP HANA Analytic Privilege
- SAP HANA database functions in HANA Cockpit
- Publishing data to SAP HANA database using Information Composer
- Using TCP/IP ports for accessing SAP HANA database
- SQL Script vs Graphical Calcualtion views in SAP HANA
- Comparison of SAP HANA with conventional database
- Use of _SYS_REPO in SAP HANA database
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database

Advertisements