Taking a peak into the information_schema
database and peaking at the metadata for one of my pet projects, I'm having a hard time understanding what (if any) differences there are between the create schema
command and the create database
command for MySQL.
Are there any differences? If not, is this a rather typical pattern of behavior for relational databases (I've heard that for other databases, such as Oracle, a schema exists in a database, rather than being on the same level as a database).
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…