what are objects in data warehouse?
Answers were Sorted based on User's Feedback
Answer / niranjana
Datawarehouse objects are Dimension tables,Fact tables,Unique identifiers and relationships
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manju
Sources, Targets, Mappings, Mapplets, sessions, workflows,
worklets, tables, views, sequences,procedures, cursors... are
objects part of data warehouse.
| Is This Answer Correct ? | 3 Yes | 6 No |
How do you migrate data from one environment to another?
How i can upload the MainFrame source For Informatica ?
When to use normalization transformation other than cobol source?
How to generate sequence numbers?
How to elaborate tracing level?
can session assigned multiple mappings or not?
how to get the first row without using rank t/r?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
How many ways you create ports?
What is the difference between Bitmap and Btree index?
can you use flat file for repository?why?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?