Re: [問題] Database and DBMS
※ 引述《leslieha (哈)》之銘言:
: 裝MySQL - 5.0.24-standard
: 用phpMyAdmin連
: 認知上
: Database是MySQL
: DBMS是 phpMyAdmin
: 可是到精華去去看
: 發現在DBMS下面是MySQL
: 我困惑了
: phpMyAdmin不算是DBMS嗎? (管理軟體)
: 還是說它只是算是一個 UI ?
: 那MySQL算是DBMS
: 那我裝的Databse是那一套?
: 還是 MySQL 算 Database 以及 DBMS ?
資料庫(Database)是指一種資訊的群集,它以系統化的方式被儲存在電腦上。
而管理這些資料群集的系統,則是資料庫管理系統(Database Management System,
DBMS)。
DBMS 的種類繁多,每種資料庫各有其系統化資訊群集的途徑,像是關聯式資料庫
(Relational Database)和物件資料庫(Object Database);管理這類資訊群集的,
則是 RDBMS、和 ODBMS 等。
MySQL 是種資料庫管理軟體(DBMS),它被用以管理資訊集合(資料庫/Database)。
phpMyAdmin 只是種資料庫查詢的 Client,它只是種協助查詢(Query)資料庫的
使用介面而已。
參考資料:
根據 google://define:dbms 和 google://define:database 所查到的定義,
[DBMS] DataBase Management System (sometimes also referred to as a Database
Manager). Software designed to manipulate the information in a database.
It can add, delete, modify, sort, display and search for specific information,
and perform many other tasks on a database. Examples of legacy flat-file DBMS
systems are: dBase, Clipper, FoxPro and DataEase. Some of the specialized
DBMS types in existence are: RDBMS (most popular), ODBMS, ORDBMS, HDBMS,
NDBMS, etc
[Database] A database is a collection of information stored in a
computer in a systematic way, such that a computer program can consult
it to answer questions. The software used to manage and query a database
is known as a database management system (DBMS). The properties of database
systems are studied in information science.
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.119.199.121
※ 編輯: foxzgerald 來自: 140.119.199.121 (10/02 18:28)
推
10/03 08:15, , 1F
10/03 08:15, 1F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
Database 近期熱門文章
PTT數位生活區 即時熱門文章