Which feature of version control allows users to track changes made to data models over time?
- Branching
- Committing
- Merging
- Tracking
The feature of version control that allows users to track changes made to data models over time is "Committing." When changes are committed, they are recorded, providing a detailed history of modifications made to the data model.
Loading...
Related Quiz
- The process of loading data into a Data Warehouse or Data Mart is known as _______.
- Scenario: A banking system stores customer information and transaction records. How would you ensure data integrity in such a system?
- Scenario: A social media platform wants to partition its user data to handle increasing user activity. What factors should be considered when deciding the partitioning strategy?
- What is the difference between a primary key and a unique key constraint?
- _______ is a technique used in NoSQL databases to reconcile conflicting versions of data during eventual consistency.