Wednesday, 12 April 2017

What is ETL?

ETL-
ETL is short for Eextract,Ttransform, Load

 Three database functions that are combined into one tool to pull data out of one database and place it into another database.
ETL is used to migrate data from one database to another, to form data marts and data warehouses and also to convert databases from one format or type to another.

In data warehousing architecture, ETL is an important component, which manages the data for any business process. ETL stands for Extract, Transform and Load. Extract does the process of reading data from a database. Transform does the converting of data into a format that could be appropriate for reporting and analysis. While, load does the process of writing the data into the target database.

No comments:

Post a Comment