what is the diff between dbms and rdbms(what are the 12
rilations in the rdbms).
Answer Posted / vikas gupta
dbms: is database management system
rdbms: it is the relational database management system.
12 rules for RDBMS are:
-data should be tabular or in normalized format
-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
(SQL)
-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 ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the different levels of abstraction in the dbms?
Enlist some commands of dcl?
How to create a database from my program?
Explain the term specialization.
Suppose database is running slow, what will you do?
What is the purpose of normalisation?
Why is maintaining a database important?
Operators used in select statements are?
What is data modelling techniques?
What is a checkpoint in dbms?
Is access a database program?
What is progress actional?
What is database in simple language?
What is system r?
What are functions in database?