사용자 도구

사이트 도구


database:mysql:example_db

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
database:mysql:example_db [2015/11/20 00:42]
kwon37xi [Sakila]
database:mysql:example_db [2021/09/11 15:12] (현재)
kwon37xi
줄 1: 줄 1:
 ====== MySQL Example Databases ====== ====== MySQL Example Databases ======
 +  * [[database:example_db|Example Database]]
   * [[https://dev.mysql.com/doc/index-other.html|Other MySQL Documentation]] : 여러 종류의 예제 데이터베이스를 제공하는 중   * [[https://dev.mysql.com/doc/index-other.html|Other MySQL Documentation]] : 여러 종류의 예제 데이터베이스를 제공하는 중
 +  * [[https://github.com/datacharmer/test_db|datacharmer/test_db: A sample MySQL database with an integrated test suite, used to test your applications and database servers]]
 +  * [[https://dev.mysql.com/doc/employee/en/|MySQL :: Employees Sample Database]]
 +  * [[https://github.com/datacharmer/test_db/tree/master/sakila|datacharmer/test_db]] MySQL 5.6, 5.7 조건적지원
 +  * [[http://filldb.info/|Dummy data for MYSQL database]]
  
 ===== Sakila ===== ===== Sakila =====
 +
 [[https://dev.mysql.com/doc/sakila/en/|Sakila]] : 대표적인 MySQL 예제 데이터베이스로 다양한 Table, View Stored Procedure, Trigger 등을 포함하고 있다. [[https://dev.mysql.com/doc/sakila/en/|Sakila]] : 대표적인 MySQL 예제 데이터베이스로 다양한 Table, View Stored Procedure, Trigger 등을 포함하고 있다.
 <code sh> <code sh>
줄 12: 줄 18:
 mysql> SHOW TABLES; mysql> SHOW TABLES;
 </code> </code>
 +  * [[https://github.com/jOOQ/sakila|Sakila from jOOQ]] 여러 DB용 데이터 지원
database/mysql/example_db.1447949555.txt.gz · 마지막으로 수정됨: 2015/11/20 00:42 저자 kwon37xi