Design a mapping to get year of join for each employee.
Answers were Sorted based on User's Feedback
Answer / abhinaw prakash
We can use Date Conversion function to find out the Year and
use SUBSTR function to extract that particular year.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ganesh reddy
use expression t/r in exp write to_char(hiredate,'yyyy')
| Is This Answer Correct ? | 0 Yes | 0 No |
when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want to load the remaing rows in target with out truncate target table.What should i use?
What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.
Define error Threshold?
My source contains 10 records with 5 columns.What happens if I select group by all columns in Aggregator T/R?
how much memory (size) occupied by a session at runtime
After draging the ports of three sources(sql server,oracle,informix) to a single source qualifier, can you map these three ports directly to target?
Using Connected or unconnected lookup for performance wise which one is preferable?.
How to load the data into target table, which not have Primary/Surrogate key (Duplicate records not acceptable)
What are the different options available for update strategy?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS
What is Micro Strategy? Why is it used for?