A data architect executes the following script:
Table_A:
LOAD * INLINE [
Field_1, Field_2, Field_3 -
01, AB, 10
01, AC, 50
02, AD, 75
];
Join(Table_A)
Table_B:
LOAD * INLINE [
Field_1, Field_4, Field_5 -
01, 30%, 500
03, 60%, 1000
];
What will be the result of Table_A?
earl1234
2 weeks, 1 day ago