What is a data modeling?
Answers were Sorted based on User's Feedback
Answer / raju2
data modelling means breaking entity relation between
tables and bulid up of d/w using schemas by dimensional
modelling
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jeevan kumar medapati
this is the process of designing the data base.in real time
data base architech (or) data modeler design the data base
by using GUI base data base designing tool ERVIN.
3 types of data models can be defined (1)star data model
(2)snoflake data model
(3)galaxy data model
| Is This Answer Correct ? | 0 Yes | 0 No |
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
What is session task and command task?
What is an Integration service in Informatica?
Define mapplet?
i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table. can any tell me procedure.
how to call lookup qualifer in unconnected look;up
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
there is a mapping with expression and mapping we create some condition for insert and update and followed by update startegy ,can we update and insert on a single target based on condition?
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
EXL informatica Questions
how will u get 1 and 3rd and 5th records in table what is the query in oracle please help me