Explain RDBMS and Data Servers.
Answers
A relational database management system is a database management system based on the relational model of data. Most databases in widespread use today are based on this model.
Data server is the phrase used to describe computer software and hardware (a database platform) that delivers database services. Also called a database server it also performs tasks such as data analysis, storage, data manipulation, archiving, and other tasks using client/server architecture.
relational database management system(RDBMS) is a database managment system that is based on the relational model as introduced by E.F.Codd, of IBM's san jose research laboratory. the purpose of the relational model is to provide a declaritive method for specifying data and queries.
data severs:- database servers are dedicated computers that hold the actual databases and run only the DBMS and related software.