Sunteți pe pagina 1din 2

__________-___________---TYPES OF TABLES:____________________

Transaparent Tables:
Contain a single table. Used to store master data

Pool Tables:
They are used to hold a large number of very small tables(stores system
data).

Cluster Tables:
They are used to hold data from a few number of large tables.(stores system
data).

A schema is just like a database folder.The relavant tabels are going to group
together according to the particular schema definition.

-- _____________WHAT IS SCHEMAS__________TYPES OF SYSTEM


TABLES______________________

There are 3 types of schemas.

1. User Defined Schema


2. System Defined Schema
3. SLT Derived Schema

User Defined Schema is created by user (DBA or System Administrator)

System Defined Schema Where all the list of tables views going to be associated.

There are 5

a. _SYS_BI
b. _SYS_BIC
c. _SYS_REPO
d. _SYS_STATISTICS
e. _SYS_XS-ENGINE

SLT Derived Schema :When we configure the SLT first time(by administrator) they are
going to give schema name�>meaning a configure name and that configure name that is
provided or configure out side the HANA in the source system or in the SLT
replication server.That particular name is container of list of the tables that
need to be pulled from the source system.

SYS_BI: This schema stores all the metadata of created column Views.

_SYS_BIC: Whenever we activate HANA Models, its going to be stored hear in _SYS_BIC
System standard schema
_SYS_REPO: Whatever the objects are there in the system is available in repository

_SYS_STATISTICS: All the system configurations and parameters.

_SYS_XS: XS stands for XML Server engine. All the 3rd party Web Services can
Connect & Communicate.

-- ____________________joins with cardinality mapping_______________

https://www.tutorialspoint.com/dbms_for_gate_exams/dbms_mapping_cardinalities.asp

-- ______________what DECISION TABLES WITH UPDATE AND RETURN VALUES___________

decision table with update values:


1.If we assign the actual column (from physical table) as action,
then when we execute the decision table the values for that column will be modified
permanently.
This is called decision tables with update values.

decsion table with RETURN values:


2. If we don�t want to modify the actual values FROM THE actual column and wants
to have the result values in a new column,
then we need to add �parameter� as action instead of actual column.
This is called decision tables with return values.

S-ar putea să vă placă și