what is the diff between dbms and rdbms(what are the 12
rilations in the rdbms).

Answer Posted / sid

DBMS is a system that allows to insert, update, delete and
retrieve data

RDBMS stores data in the form of related tables. It allows
data security

12 rules for RDBMS are:
-data should be tabular
-accessing of data must be easy
-supports for null values in fields other than primary key
-tool must be same for database structure and for data itself
-database must support at least one programming language
-data can be represented as views
-insert,update and delete operations for multiple tables/rows
-data should be physically independent
-data must be logically independent
-integrity independence of database
-user should not know distribution of database
-modifying database structure must be through a language
like SQL

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database example?

465


Explain armstrong rules? How they are complete and/or sound?

483


Explain the different types of constraints in dbms?

482


What is dbms architecture?

578


Explain the classification of Database Management System?

3712






Explain the three Level Architecture of the Database System

529


What is 2nf in dbms?

540


How to know the Architecture of the Database

638


What exactly is a database?

468


Which is best database?

486


Is driver a software?

421


What is database partition key?

475


What are the types of tables in database?

475


Explain the scenarios or situations under which progress database creates new index entry for a record?

520


what is difference between 1.append to media 2.overright the existing media when we take back up in sql server2000

1551