chingkui
- 178
- 2
Hi, I am self learning MySQL, I am a bit confuse with the terminology, can someone explain a little bit what is schema and model? And how they are usually used? Thanks.
This discussion clarifies the distinction between "schema" and "model" in MySQL. A "model" refers to a feature in MySQL Workbench used for designing databases visually, while "schemas" are equivalent to databases in other database management systems. Users can create schemas through SQL queries generated by MySQL Workbench after modeling. The contributor expresses a preference for manual query writing over using the Workbench tool due to its complexity.
PREREQUISITESSelf-learners of MySQL, database designers, and developers looking to understand database modeling and schema management in MySQL.
that automatically creates and executes the SQL queries to actually create the database/schema on the database server. Personally, I find Workbench to be confusing and clunky, and just model on pen and paper then write the queries myself.