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
How can we tune a oracle database if log file sync issue comes
Difference between data and information, and how are they related in a database?
What is the best free database?
Define fragmentation.
What is 2nf in database?
What is data model and types?
Define primary and unique key?
What is the difference between internal and external schema?
What do you understand by join?
What are the main characteristics of database approach?
What is a clustered database?
How do I create a database in open office?
Define ddl interpreter.
How do I keep my database up to date?
What exactly is a database?