Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.35 KB

SQLポケットガイド 第4版


表紙


本リポジトリはオライリー・ジャパン発行書籍『SQLポケットガイド 第4版』のサポートサイトです。

構成

.
├── README.md
└── sql
    ├── README.md
    ├── ch02.txt   // 2章のSQL文
    ├── ch04.txt   // ...
    ├── ch04_MySQL_sample_data.sql    // SQLスクリプト(MySQL版のサンプルテーブル)
    ├── ch04_Oracle_sample_data.sql   // ...
    ├── ch04_PostgreSQL_sample_data.sql
    ├── ch04_SQLServer_sample_data.sql
    ├── ch04_SQLite_sample_data.sql
    ├── ch04_SQLスクリプトファイルの実行方法.md
    ├── ch05.txt
    ├── ch06.txt
    ├── ch07.txt
    ├── ch08.txt
    ├── ch09.txt
    ├── ch10.txt
    ├── my_data.csv   // 5章のcsvファイル
    └── 付録B.txt

サンプルコードの解説は本書籍をご覧ください。

正誤表

本書の正誤情報は以下のページで公開しています。

https://github.com/oreilly-japan/sql-pocket-guide-4e-ja/wiki/errata

本ページに掲載されていない誤植など間違いを見つけた方は、japan@oreilly.co.jpまでお知らせください。