1
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?

More than 3 years have passed since last update.

データベースの種類

Posted at

データベースとは

整理された情報の集まり。蓄積、検索、更新ができる。
アドレス帳のようなもの。

データベースの種類(5種)

階層型データベース

ヒエラルキー構造で管理するデータベース。組織図や樹形図。最も古い。

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

2次元表の形式。エクセルみたいな。

オブジェクト指向データベース・XMLデータベース

オブジェクトとXMLという形式でデータを管理するデータベース。
XMLはHTMLに似た形の情報。

NoSQLデータベース

SQL言語を使用しないデータベース。
リレーショナルデータベースの機能を一部捨てることで高速処理を可能にしている。
大量のデータ処理をするWebサービスと相性が良い。

参考文献

おうちで学べるデータベースのきほん。

1
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
1
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?