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
What is 1nf in database?
What is sql in database management system?
What is " group by " clause?
What is partial key?
What is the difference between indexes,views,synonyms?
What is like operator for and what are wild cards?
What are the two types of data independence?
Enlist the advantages of normalizing database.
how Data is stored in a file so that Direct Searching can be performed
What is openedge rdbms?
what are the differences between an exclusive lock and a shared lock?
Which is best database?
What is a 3nf table?
What is stored in a database?
What is table normalization?