DBMS vs. RDBMS
Answers were Sorted based on User's Feedback
Answer / vamsikrishna.ch
• Relationship among tables is maintained in a RDBMS whereas
this not the case DBMS as it is used to manage the database.
• DBMS accepts the ‘flat file’ data that means there is no
relation among different data whereas RDBMS does not accepts
this type of design.
• DBMS is used for simpler business applications whereas
RDBMS is used for more complex applications.
• Although the foreign key concept is supported by both DBMS
and RDBMS but its only RDBMS that enforces the rules.
• RDBMS solution is required by large sets of data whereas
small sets of data can be managed by DBMS.
| Is This Answer Correct ? | 17 Yes | 0 No |
How many types of auditing in Oracle?
is database gud carrier option??
what are actual and formal parameters?
What types of joins are used in writing subqueries?
pls explain connect by prior with example and its real time use
when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?
what is meant by magic query
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
find the second highest salary of the emp table
How to call a trigger inside a stored procedure?Give an example.
In which language oracle has been developed?
What is a schema in oracle?