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 different schemas. However, the SQL command is create database
.
In MS SQL, you can create multiple databases… each have a default schema of dbo?… but multiple schemas in a database is still possible?