Nice Software

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

NICe

uninon
Union transformation is an active and connected transformation. It is multi input
group transformation used to merge the data from multiple pipelines into a single
pipeline. Basically it merges data from multiples sources just like the UNION ALL
set operator in SQL.

scd type 2

jonis

how to see if one transfromation is taking too much time

concurrent session
->a workflow that can run as multiple instances concurrently

which trns will run frist in mapping

degenerated dim
->A degenerate dimension is a dimension which is derived from the fact table and
doesn’t have its own dimension table

junk dim
->A junk dimension is a collection of random transactional codes flags and/or text
attributes that are unrelated to any particular dimension

Conformed dim
->Conformed dimensions mean the exact same thing with every possible fact table to
which they are joined.

select EMPID as employee_id from employee


where employee_id=2;
->this will not work

select EMPID as employee_id from employee


where employee_id<>2;

-> <> is not equal so it will work

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy