InterviewSolution
| 1. |
In SAP HANA Studio, what is use of different folders when you add a HANA system to Studio? |
|
Answer» Backup − It is used to perform for backup and recovery in SAP HANA system. You can check backup configuration details, run manual backup, to check last successful back performed, etc. for data and log backup. Catalog − This contains RDBMS objects like schemas, tables, views, procedures, etc. You can open SQL editor and design database objects Content − This is used to maintain design time repository You can create new packages and design Information views in HANA system. Various views can be created under content tab to meet business requirement and to perform analytical reports on the top of the Modeling views. Provisioning − This is used for Smart data access to connect to other databases like HADOOP, TERADATA and SYBASE Security − This is used to define users and to assign roles. You can define various privileges on different users using Security tab. You can assign Database and Package privileges to different users to control the data access. |
|