What is the basic benefit of using Git for database version control?
- Enables tracking of changes to database schema and data
- Enhances database performance
- Provides real-time database monitoring
- Automates database backups
Git benefits database version control by enabling the tracking of changes to database schema and data. This ensures version history and facilitates collaboration in database development.
Loading...
Related Quiz
- A developer wants to temporarily save changes without committing them to maintain a clean project history. What Git feature should they use?
- How can you view the configuration settings of a Git repository?
- When migrating to Git, it's crucial to convert the old VCS __________ into Git commits.
- In the context of Git, what is a 'sparse checkout' and how does it improve performance with large repositories?
- In Git, how would you manage multiple remote repositories for the same local repository?