What is the difference between RDBMS and DBMS?
Answer Posted / samas
DBMS:
Logical view and physical view is considered.
Foreign key though support does not provide relation.
Manage the database.
RDBMS:
Logical view is considered.
Relation ships is provided by it.
relationships among the data is managed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a data definition language?
What is composite data type in pl sql?
what is query cache in mysql? : Sql dba
What is auto increment?
What is sql scripting?
What is input buffer in sql*plus?
Can you load data into multiple tables at once? : aql loader
What is the difference between sql and mysql?
Does group by remove duplicates?
Explain the insert into statements in sql?
What are inner and outer joins examples of both?
Name the different types of indexes in sql and define them.
What is clause?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
what is the difference between nested subquery and correlated subquery?