difference between dbms and rdbms

Discussion in 'Database' started by rup_indore, Jan 21, 2008.

  1. rup_indore

    rup_indore New Member

    Joined:
    Jan 21, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Dear shabir
    hi
    as you wrote that dbms is not for small organisation or not for small data
    why it is so?
    plz reply me
    thanx
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,376
    Likes Received:
    388
    Trophy Points:
    83
  3. XXxxImmortalxxXX

    XXxxImmortalxxXX New Member

    Joined:
    Jun 27, 2007
    Messages:
    561
    Likes Received:
    19
    Trophy Points:
    0
    You had already requested this in a article in ethical hacking dont spam the board with theses same post being repetative.
     
  4. skp819

    skp819 New Member

    Joined:
    Dec 8, 2008
    Messages:
    89
    Likes Received:
    3
    Trophy Points:
    0
    #1 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.


    #2 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.

    #3 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.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice