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?

データーベース関連の用語を整理

Posted at

SQL

データベースを扱う際の言語

DBMS(データーベース管理システム)

リレーショナルデータベース以外の、階層型やネットワーク型など様々なデータベースを管理できる。

RDBMS

DBMSの一種。リレーショナルデータベース(RDB)を管理・操作するためのソフトウェア

RDBとは

データの格納方法(表形式で関連付けてデータを整理したもの)

データーベースとは

一定の秩序や法則に従って、一貫性を持たせて整理した関連性のあるデータの集まり

テーブル

データ全体を格納する「表」

レコード

テーブル(表)内の1行 または データそのもののこと

カラム

テーブル(表)内の列

フィールド

レコードを構成する1つ1つの要素

クエリ

SQL言語を使って書かれた「命令文」そのもの

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?