what is difference between DBMS and RDBMS?
Answers were Sorted based on User's Feedback
Answer / yadu
Main difference is-> In RDBMS data is spread accross
multiple tables and these tables are related to each other.
(Data is normalized).
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / shalini singh
In RDBMS data is spread across multiple tables and these tables are related to each other. (Data is normalized). where as DBMS manipulates flat files only.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is SAVE POINT ?
sql command 2 know current database
i can't insert column value greater than 4000 characters at one instance even i am using CLOB datatype . how to insert efficiently more than 4000 characters ? And please let me know how to impose inline and out-of line constraints on oracle column??? Thanks in Advance... Prakash
what is the difference between functional dependecy and multilevel dependency?
What is dual table oracle?
How to get a create statement for an existing table?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What are the advantages of Views ?
How to create a new view in oracle?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What is a package ? What are the advantages of package ?