Answer Posted / dinesh kulkarni
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.
Many DBA's think that RDBMS is a Client Server Database
system but thats not the case with RDBMS.
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 define the integrity constraint for the purpose of
holding ACID PROPERTY.
I have found many answers on many websites saying that
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Name the various constraints used in oracle?
Is it possible to split the print reviewer into more than one region ?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Whether any commands are used for months calculation? If so, what are they?
Is the After report trigger fired if the report execution fails ?
What is merge statement used for?
Explain the use of grant option in imp command.
What are the oracle differences between nvl and coalesce
How to write text literals in oracle?
How to connect to a local oracle 10g xe server?
How to assign query results to variables?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
Name the three major set of files on disk that compose a database in Oracle?
What are the attributes of cursor?
What are transaction isolation levels supported by oracle?