Differences between Database and Schema using different databases?

后端 未结 4 626
予麋鹿
予麋鹿 2020-12-23 14:17

What are the differences in database terminology between MS SQL and MySQL?

Can a MySQL instance have more than one database? It appears that it can only create diffe

4条回答
  •  梦毁少年i
    2020-12-23 14:17

    MS SQL Definately supports multiple databases, each with 1 to many schemas, dbo is merely the default for backwards compatibility purposes.

提交回复
热议问题