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
Which database is faster?
Define ddl and dml.
How do you set up a database?
Explain relational algebra?
what are the different integrity rules present in the dbms?
What is 2nf in the dbms?
What are the five important software components of a database management system?
What do you understand by join?
What are the main characteristics of database approach?
How many types of database language exist?
Is there an example how to configure externalfileaccess setting in firebird.conf?
What is normalization in database with example?
Do we consider null values the same as that of blank space or zero?
What do you mean by query evaluation engine?
Explain the different types of languages that are available in the dbms?