what is the exact diiference between DBMS and RDBMS
Answer Posted / anand
DBMS IS THE DATA BASE MANAGEMENT SYSTEM
RDBMS IS THE RELATIONAL DATA BASE MANAGEMENT SYSTEM
DBMS IS THE SINGLE USER
RDBMS IS THE MULTI USER
DBMS - THERE IS NO TABLES
RDBMS - THERE IS TABLES
DBMS - THERE IS NO LOGIC
RDBMS - LOGIC IS THERE
DBMS - THERE IS NO LOGIC SO COMPLEXITY IS HIGH
RDBMS - HERE LOGIC IS THERE SO COMPLEXITY IS LESS
DBMS - DATA CAN BE STORED IN FILES
RDBMS - DATA CAN BE STORED IN DBMS
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is an oracle function?
Explain the use of compress option in exp command.
How to initialize variables with default values?
What are the differences between blob and clob in oracle?
What is the relationship among database, tablespace and data file?
Where do we use decode and case statements?
What are the attributes that are found in a cursor?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is the difference between a hot backup and a cold backup in oracle?
Explain an exception and its types?
What do you mean by merge in oracle and how can you merge two tables?
How do I limit the number of oracle database connections generated by weblogic server?
How to select some columns from a table in oracle?
In oracle there is column command, how will you explain that?
How to name query output columns in oracle?