MySQL Database
스키마(schema),
id
title
description
created
1
MySQL
MySQL is ..
2018-1-1
2
Oracle
Oracle is ...
2018-1-3
위와 같은 표(table)가 여러개 생성된다.
스키마(schema) : MySQL에서는 서로 연관된 table들을 Grouping한것을 데이터베이스(database)라고 한다.
데이터베이스 서버(database server) : 스키마들을 여러개 포함한 것

Database(Schema) 실습하기
생성하기
삭제하기
보기
사용하기
Last updated
Was this helpful?