MySQL and SQL Server terminology -


in sql server have:

instance->database->schema->objects (tables etc) 

i'm confused mysql equivalents are, "database" , "schema". can tell it's like:

| sql server | mysql    | |------------|----------| | instance   | instance | | database   | schema   | | schema     | n/a      | | objects    | objects  | 

how far wrong i?

many in advance.

from http://lists.mysql.com/mysql/211616:

in mysql, 2 equivalent. keyword database or databases can replaced schema or schemas wherever appears. examples:

create database <=> create schema

show databases <=> show schemas

for worth, case in oracle well.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -