MySQL Forums
Forum List  »  Newbie

Re: Schema vs Database, what is the difference?
Posted by: Rasheed Mosan
Date: November 28, 2025 01:41PM

In MySQL, a schema and a database are essentially the same. “CREATE SCHEMA” is just another way to say “CREATE DATABASE.” Both create a container for tables, views, and other objects.

Options: ReplyQuote


Subject
Written By
Posted
Re: Schema vs Database, what is the difference?
November 28, 2025 01:41PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.