Database Design for Online Survey System
MySQL Workbench is a powerful visual database design tool for managing and working with MySQL databases. It provides a graphical interface for designing, creating, and managing MySQL databases, making it a valuable tool for database administrators, developers, and even data analysts.
For our project, MySQL Workbench allowed us to do the following:
Database Design
Creates, modifies, and visualizes the structure of a database using an ERD,
Schema Management
Creates and manages database schemas, tables, columns, and relationships using an easily accessible interface
SQL Development
Provides a code editor to write SQL statements and view the results
The MySQL Workbench and SQL can be downloaded from the link provided below.