ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
   
 
Categories  >>  Software  >>  Databases  >>  Oracle  >>  Database Management
 
 


 

 
 Oracle General interview questions  Oracle General Interview Questions
 OCI interview questions  OCI Interview Questions
 Architecture interview questions  Architecture Interview Questions
 Oracle Security interview questions  Oracle Security Interview Questions
 Database Management interview questions  Database Management Interview Questions
 Forms Reports interview questions  Forms Reports Interview Questions
 Oracle AllOther interview questions  Oracle AllOther Interview Questions
Question
what is the difference between DBMS and RDBMS??
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 11
1.In DBMS the relation between two tables or files are
maintained by programming.Where as no need of programming
in RDBMS it relates dynamically.
2.Neither client-server support nor distributed database
support available in DBMS whereas both are available in
RDBMS.
3.Follows >7 Codds rule in DBMS, whereas RDBMS follows >7 codds
rules.
4.Data is not secure in DBMS as compare to RDBMS.
 
Is This Answer Correct ?    45 Yes 37 No
Akhilesh Bisht
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 12
In DBMS, has not Support Normalization Concept

But RDBMS is the Relational DBMS. So the concept of RDBMS
to be added as a 12 codd Rules. The Oracle has introduced
Codd.. So the Main Concept is Normalization Rules. After
that ACID Properties, etc.
 
Is This Answer Correct ?    51 Yes 25 No
Hema
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 13
DBMS:1)In dbms no relationship concept
2)It supports Single User only
3)It treats Data as Files internally
4)It supports 3 rules of E.F.CODD out off 12 rules
5)It requires low Software and Hardware Requirements.
6)FoxPro, IMS are Examples

RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
6)SQL-Server, Oracle are examples
 
Is This Answer Correct ?    114 Yes 17 No
Krupali Parmar
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 14
dbms it may be saved in any order.. while rdbms it should be
saved in table format..
 
Is This Answer Correct ?    48 Yes 28 No
Velmani
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 15
DBMS:1)In dbms no relationship concept
2)It supports Single User only
3)It treats Data as Files internally
4)It supports 3 rules of E.F.CODD out off 12 rules
5)It requires low Software and Hardware Requirements.
6)FoxPro, IMS are Examples
http://www.hotncr.blogspot.com
RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
6)SQL-Server, Oracle are examples
http://www.hotncr.blogspot.com
 
Is This Answer Correct ?    53 Yes 14 No
Sushil Kumar
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 16
* In DBMS relationship between two tables or files are
maintained programmatically butIn RDBMS relationship between
two tables or files can be specified at the time of table
creation.
*It does not support client/server architecture but Most of
RDBMS are support client/server architecture.
*DBMS does not support distributed databases but Most of
RDBMS are support distributed databases.
*In DBMS there are no tight security of data.butIn RDBMS
there are multiple levels security
1-Logging in at OS Level
2-Commands levels
3-Object levels
* Each table is given an extension in DBMS but Many tables
are grouped in one DB in RDBMS

*DBMS may satisfy less than 7 to 8 rules of Dr. E.F.
Codd.but RDBMS may satisfy more than 7 to 8 rules of Dr.
E.F. Codd.
 
Is This Answer Correct ?    61 Yes 12 No
Irshad
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 17
1> DBMS
it Does not support client/server architecture
>it Does not support distributed Data base architecture.
> here no relationship concept.
> here no PK and FK concept.
> it is not show relationship between table.
>It supports Single User only
RDBMS
>it support client/server architecture
>it support distributed Data base architecture.
>it is based on relationship concept.
>it is show relationship between table.
> it is support PK and FK concept.
>It supports multiple users
 
Is This Answer Correct ?    53 Yes 6 No
Pradeep Kumar
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 18
A DBMS has to be persistent that is it should be accessible
when the program created the data ceases to exist or even
the application that created the data restarted. A DBMS
also has to provide some uniform methods independent of a
specific application for accessing the information that is
stored.

RDBMS is a Relational Data Base Management System
Relational DBMS. This adds the additional condition that
the system supports a tabular structure for the data with
enforced relationships between the tables. This excludes
the databases that don't support a tabular structure or
don't enforce relationships between tables.

Yes you can say DBMS does not impose any constraints or
security with regard to data manipulation it is user or the
programmer responsibility to ensure the ACID PROPERTY of
the database whereas the rdbms is more with this regard bcz
rdbms difine the integrity constraint for the purpose of
holding ACID PROPERTY.

Regards
Vikas Jaiswal
 
Is This Answer Correct ?    28 Yes 17 No
Vikas Jaiswal
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 19
DBMS:1)In dbms no relationship concept
2)It supports Single User only
3)It treats Data as Files internally
4)It supports 3 rules of E.F.CODD out off 12 rules
5)It requires low Software and Hardware Requirements.
6)FoxPro, IMS are Examples

RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
6)SQL-Server, Oracle are examples
 
Is This Answer Correct ?    39 Yes 8 No
Praveen Saini
 
  Re: what is the difference between DBMS and RDBMS??
Answer
# 20
DBMS:1)In dbms no relationship concept
2)It supports Single User only
3)It treats Data as Files internally
4)It supports 3 rules of E.F.CODD out off 12 rules
5)It requires low Software and Hardware Requirements.

RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
 
Is This Answer Correct ?    25 Yes 16 No
Zubair Ali
 

 
 
 
Other Database Management Interview Questions
 
  Question Asked @ Answers
 
When a form is invoked with CALL_FORM does Oracle forms issues?  1
What is the difference between a LIST BOX and a COMBO BOX ?  2
What are the SQL clauses supported in the link property sheet ?  1
From which command ENQUEUE_RESOURCES parameter information is derived from ?  1
what is the difference between delete and truncate?  4
what is "TABLE" datatype ?  2
what is postback trigger?  1
Hi, i m studying in FYBCOM,i wanted to make a career in database,but i dont know anything about database. so i want to know which database is useful and the authorised institute io database in mumbai with website and email for my better carrier. thanks,  1
Let?s say you have 100,000 records and you want to delete 95,000 at a time and keep only 5 thousand. But in local memory you don?t have enough space for 95,000 records. What do you do in this case? How do you delete without any problem with time and performance? eBay3
PL/SQL supports which datatypes?  2
Dept wise avrage salary TCS2
What is a trigger?  3
 
For more Database Management Interview Questions Click Here 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com