Results 1 to 3 of 3

Thread: Difference between DBMS and RDBMS

  1. #1
    CollinsBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    213
    Rep Power
    3

    Default Difference between DBMS and RDBMS

    Hi. I want to information about Difference between DBMS and RDBMS. Please give me some proper solution. Please reply me as soon as possible. Any help would be highly appreciated.

  2. #2
    DavisNelson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    202
    Rep Power
    3

    Default

    DBMS

    • DBMS stands for Database Managment System

    • Does not support client/server architecture

    • Does not support distributed Data base architecture.

    • No relationship concept.

    • No Primary Key and Foreign Key concept.

    • Not show relationship between tables.

    • supports Single User only

    RDBMS

    • RDBMS stands for Relational Database Manegment System

    • support client/server architecture

    • Support distributed Data base architecture.

    • Based on relationship concept.

    • Support Primary Key and Foreign Key concept.

    • Show relationship between tables.

    • supports multiple users

  3. #3
    sjohn is offline Junior Member
    Join Date
    Jun 2010
    Posts
    4
    Rep Power
    0

    Default

    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.RDBMS is based on relational model, in which data is represented in the form of relations, with enforced relationships between the tables.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.

Similar Threads

  1. Difference between C and C++
    By GonzalezBrown in forum Programming
    Replies: 2
    Last Post: 06-24-2010, 11:05 AM
  2. Difference in SQL,*PLUS and PL/SQL
    By RogersNguyen in forum Programming
    Replies: 1
    Last Post: 02-16-2010, 05:29 PM
  3. Difference in RAM and ROM
    By PerrySullivan in forum Motherboard
    Replies: 3
    Last Post: 02-01-2010, 02:29 PM
  4. Ingres II Open Source RDBMS
    By ciontim in forum Applications
    Replies: 0
    Last Post: 08-06-2008, 09:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48