What is the difference between RDBMS and DBMS?
Answer Posted / madhu
DBMS stands for database management system.It is based on
different types of model like network,relation,object etc..
RDBMS is nothing but DBMS is based on the concepts of
relation.
RDBMS is a tabular representation of data.It satisfies
Codd's rules and some constraints.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
What are the types pl/sql code blocks?
What is sql analyzer?
What is the best free sql database?
What are stored procedures used for?
How do I write a cron which will run a sql query and mail the results to agroup?
Is crud a cuss word?
Describe different types of general function used in sql?
What are different types of functions in sql?
What is anonymous block in sql?
how to do backup entire database? : Transact sql
What are the indexing methods?
Why is theta join required?
Why query optimization is needed?
Why function is used in sql?