InterviewSolution
| 1. |
Differentiate Between Etl And Elt? |
|
Answer» ETL stands for Extract, Transform and LOAD which is a PROCESS that involves gaining data from exterior source, converting it to get fit into operational requirement, then load it into the end target database. ELT stands for Extract, Load and Transform which is the process in which data is get, then loaded into the STAGING table in the database and then data is converted according to the need.Read this incisive blog to clearly understand the process of ETL now. ETL stands for Extract, Transform and Load which is a process that involves gaining data from exterior source, converting it to get fit into operational requirement, then load it into the end target database. ELT stands for Extract, Load and Transform which is the process in which data is get, then loaded into the staging table in the database and then data is converted according to the need.Read this incisive blog to clearly understand the process of ETL now. |
|