MySQL: Schema & Model Explained - Self-Learning Guide

  • Thread starter Thread starter chingkui
  • Start date Start date
  • Tags Tags
    Model Mysql
Click For Summary
In MySQL, a "model" refers to a feature in MySQL Workbench used for designing a database visually, akin to traditional pen-and-paper methods. After creating a model, users can generate SQL queries to create the actual database or schema on the server. However, some users find MySQL Workbench cumbersome and prefer to draft their models manually before writing SQL queries. On the other hand, "schemas" in MySQL are equivalent to what other database systems refer to as "databases." A single MySQL server can host multiple schemas, allowing for the management of several databases simultaneously.
chingkui
Messages
178
Reaction score
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.
 
Technology news on Phys.org
Short answer:

"Model" is a feature of MySQL Workbench, not really the database software itself. You use it to model out a database like you would on pen and paper. Once you've modeled a database, there's a menu option somewhere (I haven't used Workbench in a while :)) 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.

"Schemas" are what most other database software calls "databases." It's the database that's actually running on the server that you query. One MySQL server can run multiple databases if you wish.
 
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

  • · Replies 16 ·
Replies
16
Views
3K
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 2 ·
Replies
2
Views
25K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
Replies
35
Views
6K