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
what is union, minus and interact commands? : Sql dba
What is a variable in sql?
Describe different types of general function used in sql?
What is mdf ldf and ndf?
Define implicit and explicit cursors.
how many ways to get the current time? : Sql dba
What operating systems are supported by oracle sql developer?
Why do we need unique key in a table?
Which join condition can be specified using on clause?
Can there be 2 primary keys in a table?
Name some usages of database trigger?
What are all the ddl commands?
How to create a menu in sqlplus or pl/sql?
how to create a test table in your mysql server? : Sql dba
Which is better join or inner query?