answersLogoWhite

0


Best Answer

characteristic of relational data base system

There are a number of characteristics that distinguish the database approach with the file-based approach. In this section, we describe in detail some of those important characteristics.

Self-Describing Nature of a Database System : Database System contains not only the database itself but also the descriptions of data structure and constraints (meta-data). These information is used by the DBMS software or database users if needed. This separation makes database system totally different from traditional file-based sytem in which data definition is a part of application programs

Insulation between Program and Data : In the filed base sytem, the structure of the data files is defined in the application programs so if user want to change the structure of a file, all the programs access to that files might need to be changed. On the other hand, in database approach, data structure is stored in the system catalog not in the programs so such changes might not occurs.

Support multiple views of data: A view is a subset of the database which is defined and dedicated for particular users of the system. Multiple users in the system might have different views of the system. Each view might contains only the interested data of an user or a group of user.

Sharing of data and Multiuser system: A multiuser database system must allow multiple users access the database at the same time. As the result, the multiuser DBMS must have concurrency control strategies to ensure that several user try to access the same data item at a time do so in the manner so that the data always be correct.

User Avatar

Wiki User

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

Wiki User

13y ago

Data :- data is know fact that can be recorded and that have implicit meaning.

Record:- it is the collection of related data e.g. in file EMPLOYEE record

Data It:- it is used together for representing a particular data element.

File:- File name of each data item is known as the field name.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Data. • Hardware. • Software. • Users

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

compactness, speed, drudgery, currency

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the characteristics of relational database management system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is full form of rdbms?

Relational Database Management System Relational Database Management System


What are the differences between database management system Vs relational dbms?

the database management system analysis the data or record but relational database management system links the database to each other.


What is attribute in database management?

A relational database matches data by using common characteristics found within ... do this grouping is called a relational database management system (RDBMS). ...A relation is defined as a set of tuples that have the same attributes. ...


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 is attributes in database?

A relational database matches data by using common characteristics found within ... do this grouping is called a relational database management system (RDBMS). ...A relation is defined as a set of tuples that have the same attributes. ...


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 type of database is Oracle?

Oracle is Relational database management System(RDBMS).


What are the advantage and disadvantage of relational database management system?

s


Differences between relational database management system and database management system?

hi so did u actually figure out some thing!


What model was the Relational Database Management System based on?

The Relational Database Management System was based on a good model. It is based on first-order predicate logic which was discovered in 1969 by a man named Codd.


What kind of a database management system is Oracle Database?

Oracle database is the first database management system based on the System-R model of IBM and the first relational database that uses SQL. Though it supports various operating systems.


What are the different operations in working with relational database management system?

-Insert -Update -Delete