Quiz Entry - updated: 2026.06.20
What are database administration tools used for?
Database administration tools (such as Mongo Express) give a visual interface for inspecting, editing, and testing data and queries without writing code.
Administration tools like Mongo Express allow you to:
- Browse databases and collections
- View and edit documents
- Create and test queries
- Manage indexes
These tools provide a visual interface instead of writing code, useful for debugging and data inspection during development.