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 |
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V
Please let me know how to make Data masking in informatica..
how can i invoke pmcmd in command line prompt
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
guys which is the best institute in banglore to learn informatica??
Name 4 output files that informatica server creates during session running?
Enlist the differences between database and data warehouse.
Tell me how many tables used in Ur project and how many fact tables and dimension tables used in ur project
What is hash partition?
how to load only the first and last record of a flat file into the target?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?