Temp Tables Flashcards

1
Q

WHEN We create temp tables

A

any structure is mismatching
any loop is mismatching
any datatype is mismatching
any logic is there in any element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Naming Convention

A

Temp_Grpname
Temp_Segname_recordname
Temp_Segname_elenum_recordname_Fieldname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Formula to pass values- WITH GROUP

A

With Group - $TEMP_Grpname[1].#Temp_Segname_elenum_recordname_Fieldname=#original element Num;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Formula to pass values- WITHOUT GROUP

A

Without Group - $Rootele.#Temp_Segname_elenum_recordname_Fieldname=#original element Num;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly