In data migration, ETL stands for Extract, Transform, and _______.
- Link
- Load
- Locate
- Log
ETL stands for Extract, Transform, and Load. This process is fundamental in data migration, where data is extracted from a source, transformed as necessary, and then loaded into a target system.
Loading...
Related Quiz
- Infrastructure as Code helps in minimizing _______ errors.
- In a web application, you want to fetch data from an external API asynchronously. Which JavaScript feature would you use for this purpose?
- What are the SOLID principles in OOP, and why are they important?
- Which HTTP request method should be used for idempotent operations that do not modify resources?
- In Gitflow, the _______ branch is used for integrating completed features into the main development branch.