Friday 7 July 2023

1: What is database Schema?

What is database Schema? 

 Schemas are namespaces, i.e. logical containers with database objects like tables, views or procedures. Every user has a default schema assigned that has the same name like the user.

a single application runs in a single schema but Data can be separated using different database schemas. The catalog contains all schemas that include the respective column and row tables. 


Schemas are used to categorize a database content.according to customer defined groupings that have a particular meaning for users.

Schemas also help to define access rights to the database objects.


Note:

From a modeling standpoint, schemas can help to identify which tables to use when defining information models. But a model can incorporate tables from multiple schemas. Schemas do not limit your modelling capabilities




























https://help.sap.com/docs/SAP_HANA_PLATFORM/b3d0daf2a98e49ada00bf31b7ca7a42e/71633be425d2490b931cb71b5d613786.html

https://help.sap.com/docs/SAP_HANA_PLATFORM/4fe29514fd584807ac9f2a04f6754767/20d7891d751910149164f0d4ca73639d.html

2535951 - FAQ: SAP HANA Users and Schemas
https://me.sap.com/notes/2535951   

2373519 - How to GRANT SELECT on schema _SYS_REPO and _SYS_BIC to the database user
https://me.sap.com/notes/0002373519