Explain DBMS, RDBMS?

Answers were Sorted based on User's Feedback



Explain DBMS, RDBMS?..

Answer / nagarajan p

dbms is a collection of data in a database
rdms is a collection of related data in a database

Is This Answer Correct ?    59 Yes 12 No

Explain DBMS, RDBMS?..

Answer / antony

Explain the DBMS, RDBMS?

DBMS:

DBMS is Data Base Management System. It is a
collection of data in a database. DBMS is just collection
of tables that dont have relations and dependencies.Client
Side processing File Level traffic is High Distributed
Network not supported Nomenclature concept of File. Dbms
won't allow you share the data server to clint.Only one
user can access the database at a time in DBMS.ADBMS is
enabled by vector field and is "one"dimensional.

RDBMS:

RDBMS is Relational Data Base Management System.
RDBMS is a collection of related data in a database.In
RDBMS we have relations of tables say primary key ,foreign
keys relation ,,that involves refrential integrity and
normalication like concepts where as Server Side Processing
Row Level Locking Network traffic is Low Distributed
Network Supported Nomenclature Concept of Table.But in
RDBMS we can share data server to client.But RDBMS allows
simultaneous access of users to the database. RDBMS is
enabled nu static "2"-dimensional tables.

Is This Answer Correct ?    43 Yes 7 No

Explain DBMS, RDBMS?..

Answer / ghous

in rdbms we have relations of tables say primary
key ,foreign keys relation ,,that involves refrential
integrity and normalication like concepts
where as
dbms is just collection of tables that dont have relations
and dependencies

Is This Answer Correct ?    47 Yes 13 No

Explain DBMS, RDBMS?..

Answer / sachin patil

DBMS : Client Side processing
File Level Locking
Network traffic is High
Distributed Network not Supported
Nomenclature
Concept of File
RDBMS : Server Side Processing
Row Level Locking
Network traffic is Low
Distributed Network Supported
Nomenclature
Concept of Table

Is This Answer Correct ?    23 Yes 4 No

Explain DBMS, RDBMS?..

Answer / rajkamal

*RDBMS is use to the relation between the table and objects
*DBMA is use to the collection of information and table

Is This Answer Correct ?    10 Yes 2 No

Explain DBMS, RDBMS?..

Answer / shaheem

DBMS are for smaller organizations with small amount of data, where security of the data is not of major concern and RDBMS are designed to take care of large amounts of data and also the security of this data.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?

0 Answers  


What is triggers and its types?

0 Answers  


What is difference between equi join and natural join?

0 Answers  


In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram

0 Answers  


What is the purpose of sql profiler in sql server?

0 Answers  






Describe about first three Normal forms.

1 Answers   HP,


How you can move data or databases between servers and databases in sql server?

0 Answers  


Explain magic tables in sql server?

0 Answers  


What is the use of SCOPE_IDENTITY() function?

2 Answers  


Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?

1 Answers  


What is an example of a foreign key?

0 Answers  


How many full-text indexes can a table have?

0 Answers  


Categories