0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SQLとは

Posted at

SQLとは

  • データベースを操作するための言語
  • リレーショナルデータベースにデータを格納、検索、更新、削除するための命令文を記述する
  • データベース言語の中で最も普及している言語
  • SQLが使用できるのは、リレーショナル型のデータベース

リレーショナルデータベース

  • データを表形式(テーブル)で管理する
  • 複数の表を持ち、行(レコード)と列(カラム)の2つの要素によって構成されている
メリット 共通の属性によって複数のデータを関連づけるなど、柔軟なデータ処理が行える
デメリット 負荷が大きくなりやすく、データが膨大になると処理速度が遅くなる

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?