Relational database management system (RDBMS) as the major data model in database industry
|
Driving force: information management, retrieval and processing
|
Database server: store, manipulate and manage data in a reliable and powerful information system
|
Main RDBMS components
-
a search engine: the database management system
-
SQL: the query language
-
embedded SQL interfaces: interfaces to extend the SQL non-procedure programming in high-level programming languages
-
database tools: various (GUI) application interfaces to the DBMS
-
client-server as the major communication model
-
customized proprietary network protocols built on TCP/IP as the major transport protocol
-
focus on file management and I/O processing for a powerful text-based searching and data manipulation system
|