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 equi join in sql?
How do you use collections in procedure to return the resultset?
What are the dml statements?
Can we perform dml on view?
What is rank function in sql?
What is a pl/sql block?
Can we perform dml in function?
How does index help in query performance?
How do I count rows in sql query?
What is the least restrictive isolation level? : Transact sql
What if we write return in procedure?
How can you get sql*loader to commit only at the end of the load file? : aql loader
how can you see all indexes defined for a table? : Sql dba
What is function and procedure?
Can we use rowid as primary key?