answersLogoWhite

0


Best Answer

A server for the database. (physical computer)

A database server software, e.g. mysql.

A network or VPN or internet connection to link server and client

A client software, could run client side, e.g. desktop application coded in python

or could be server side and forwarded to a web browser page at a time (cloud computing model) using php or flash.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago
A database management system comparises many modules each dealing with a specific responsibility of the overall system. The functional components of a database management system are :

a. Database Manager

The database manager is the central software component of a DBMS. It is responsible for converting users queries to appropriate system calls.

b. File Manager

The file manager selects the requested record from the block and transmits it to the database manager.

The file manager is also responsible for managing storage space and structures.

c. Disk Manager


The disk manager performs all the physical input and output. It interacts with the file manager and does read or write on the storage device as requested by the file manager. It views all data as row data. The operations performed by the disk manager are :


 Retrieves blocks of data


 Replaces blocks of data


 Removes blocks of data

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

A database system is composed of four components; • Data • Hardware • Software • Users

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

1. RDBMS Server 2. User tables 3. Data dictionary

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

1. Data security

2. Data Integrity

3. Interactive Query

4. Interactive Data entry and updating

5. Data Independance

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the major Components in an RDBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are major components of CiscoSecure?

AAA server RDBMS Netsacapre FastTrack server


What is the major difference between rdbms and dbms?

The 'r'


What are the application of RDBMS?

what is rdbms and its application


Is foxpro a rdbms?

yes it is a rdbms


Uses of rdbms?

RDBMS (Relational Database Management System) is commonly used for storing, managing, and retrieving structured data. It provides features like data integrity, relationships between tables, and SQL querying for efficient data manipulation. RDBMS is widely used in various applications ranging from e-commerce websites, banking systems, healthcare record keeping, to enterprise resource planning (ERP) systems.


What are the different types of management systems?

1. relational database management system(RDBMS) 2. object Rdbms. 1. relational database management system(RDBMS) 2. object Rdbms.


What are advantages of rdbms over dbms?

Some advantages of relational database management systems (RDBMS) over traditional database management systems (DBMS) include data integrity through the use of constraints, normalization to reduce redundancy, support for ACID transactions, and standardized SQL language for data manipulation. RDBMS also offer scalability and flexibility for complex data structures and relationships.


What are the major components of food?

Carbohydrates, Fats and Proteins are the major components of food.


What are the 3 major of components?

The 3 major components of fitness are strength,endurance, and flexibility.


Is MySQL DBMS or RDBMS?

AnswerMySQL, like most modern Database Management Systems is based on the relational model. So it is a RDBMS (Relational Database Management System).


What are the subject topic for rdbms?

RDBMS is all about Relational Data Base Management System...


Major difference between dbms vs rdbms?

A DBMS (Database Management System) is a software that manages databases and provides functionalities to store, retrieve, and update data. An RDBMS (Relational Database Management System) is a type of DBMS that stores data in a structured way using tables with relationships between them. RDBMS enforces the relational model, which allows for data integrity through constraints and supports SQL for querying data.