2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SQL 学習の進め方 (身内向け)

Posted at

目的

  • データベースの作成, 削除ができるようになる。
  • 作成したデータベースにアクセス可能なユーザーの作成, 削除ができるようになる。
  • テーブルの作成, 削除ができるようになる。
  • 作成したテーブルに対し, データの挿入, 更新, 削除, 参照ができるようになる。
    • いわゆる DML 文: INSERT, UPDATE, DELETE, SELECT

なお, 資格の取得は目的としない。

書籍

進め方

  1. 上記書籍に一通り目を通す。

    • MySQL は「導入編」から「開発編」まで。
    • 「DBA 編」以降は不要。
  2. CentOS 7 チュートリアル を参考に, MariaDB (MySQL 互換) を CentOS 7 にインストールする。

    • CentOS 7: LAMP セットアップ手順
      • 「パッケージインストール」から「MariaDB」まで。
      • 「Apache HTTP Server」以降は不要。
  3. Oracle と MariaDB (MySQL) の文法の違いに気を付けつつ, 実際にテーブルを作成したり, データを挿入したりして, 感覚を掴む。

以上。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?