What is the difference between RDBMS and DBMS?
Answer Posted / dhruv patel
1>Database Management System is About Managing and structuring the collections of data held on computers. A database consists of an organized collection of data for one or more uses, typically in digital form. Database involves the type of their contents.
Eg:- bibliographic, document - text, statistical.
RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can we find the number of rows in a table using mysql? : Sql dba
What is a .db file?
Does sql profiler affect performance?
What is sql*loader?
What is record variable?
Is primary key always clustered index?
what is denormalization. : Sql dba
How to run pl sql program in mysql?
What is a record in pl/sql?
Does google use sql?
how would concatenate strings in mysql? : Sql dba
What are the different sql languages?
Enlist the data types that can be used in pl/sql?
Which type of cursor is used to execute the dml statement?
Is sql procedural language?