1.數據庫基本概念

A database system is an overall collection of different database software components and databases containing the following parts:

  • A database application program is special-purpose software that is designed and implemented by users or implemented by third-party software companies. In contrast,

client components are general-purpose database software designed and implemented by a database company. By using client components, users can access data stored on the

same or a remote computer.

  • The task of a database server is to manage data stored in a database. Each client communicates with a database server by sending user queries to it. The server processes each query and sends the result back to the client.
     
  • In general, a database can be viewed from two perspectives, the users’ and the database system’s. Users view a database as a collection of data that logically belong together.
     
  • For a database system, a database is simply a series of bytes, usually stored on a disk. Although these two views of a database are totally different, they do have something in common: the database system needs to provide not only interfaces that enable users to create databases and retrieve or modify data, but also system components to manage the stored data. Hence, a database system must provide the following features:

 

發佈了54 篇原創文章 · 獲贊 6 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章