0
0

More than 5 years have passed since last update.

偏差値40の未経験プログラミング学習.ver7

Posted at

データベースの仕組み

  • 表 = テーブル
  • 縦列 = カラム
  • 横列 = レコード
select = どのカラム(縦列)のデータを取得するか
from = どのテーブルのカラムなのか
where = どこのレコード(横の列)を取得するか
WHERE category = "〇〇"
;(セミコロン) = SQLの締め

2019年6月27日(木)所要時間:30分

0
0
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
0
0