Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

データベース - MySQL - レコードの挿入・抽出 #32

Open
fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Open

データベース - MySQL - レコードの挿入・抽出 #32

fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Labels

Comments

@fr-sasaki
Copy link
Member

■目的

SQLを用いてレコードの挿入、抽出などについて学びます。

■課題

テーブル作成 > 課題1で作成したテーブルに対し以下レコード操作を行って下さい。
発行したコマンドはIssueに記述して下さい。

  • レコードを1件挿入
  • レコードを複数挿入(SQLは1文のみ)
  • レコードを全件抽出
  • IDが2のレコードを抽出
  • created_atを降順に並び替えてレコードを全件取得
  • IDを降順に並び替えてレコードを2件取得
  • レコードの総数を抽出
  • 課題4で作成したテーブルを内部結合して全件取得
  • IDが1のレコードのeditorをsatoに更新
  • editorがsatoのレコードを削除
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant