Results 1 to 6 of 6

Thread: ORACLE is a DBMS or RDBMS

  1. #1
    Join Date
    Jan 2009
    Location
    indore
    Posts
    8

    ORACLE is a DBMS or RDBMS

    ORACLE is a DBMS or RDBMS plz answer fast

  2. #2
    Join Date
    Oct 2008
    Posts
    54

    re: ORACLE is a DBMS or RDBMS

    The Oracle Database (commonly referred to as Oracle RDBMS or simply Oracle) consists of a relational database management system (RDBMS) produced and marketed by Oracle Corporation.

  3. #3
    Join Date
    Dec 2008
    Posts
    34

    re: ORACLE is a DBMS or RDBMS


  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    re: ORACLE is a DBMS or RDBMS

    Oracle is usually referred to RDBMS which stores data in the form of tablespaces consists of a relational database management system.

  5. #5
    Join Date
    May 2008
    Posts
    3,971

    re: ORACLE is a DBMS or RDBMS

    There are mainly three different Database architectures and they are network, hierarchical and Relational. The Database Management Systems (DBMS) that follow the Relational architectural concepts are known as RDBMS. This is supposed to be superior in design and performance to the other two. For example.

    Emp
    -------
    EMP_ID
    DEPT_ID FK to DEPT.DEPT_ID

    Dept
    -------
    DEPT_ID
    DEPT_NAME

    This foreign key ensures that any value place in the DEPT_ID field in the Emp table already exists as a valid DEPT_ID in the Dept table. Without the FK (foreign key) relationship, you would have to create much code to ensure these types of data validations take place.

    For Oracle, it is purely a RDBMS.

  6. #6
    Join Date
    Feb 2009
    Posts
    133

    re: ORACLE is a DBMS or RDBMS

    Give me 5 diffrence between DBMS and RDBMS.
    Why are you asking these homework type of questions? You can get answer for this if you know how to search!
    Open www.google.com then in the search text box type your query or problem you will get a lot of information! Start surfing mate. Its good to solve your queries in your own.

    By the way DBMS is "database management system"
    AND
    RDBMS is "Relational database management system"

    DB stands for Database.

    This is the 1st difference remaining 4 you try to search on your own & let us know what answer you get or we will help you for the same! All D best!
    IF YOU CAN'T Convince THEM ...

    CONFUSE THEM ...

Similar Threads

  1. Difference between DBMS and RDBMS
    By LaMarcus in forum Software Development
    Replies: 4
    Last Post: 15-02-2010, 07:26 PM
  2. Group by Clause in oracle DBMS
    By Laquan in forum Software Development
    Replies: 5
    Last Post: 12-02-2010, 04:27 PM
  3. Don't know about RDBMS
    By ScarFace 01 in forum Software Development
    Replies: 5
    Last Post: 10-02-2010, 10:50 AM
  4. DreamCoder for Oracle DBMS
    By Gerri in forum Windows Software
    Replies: 4
    Last Post: 08-02-2010, 08:38 PM
  5. difference between DBMS and RDBMS
    By vinodpathak_214 in forum Software Development
    Replies: 2
    Last Post: 06-02-2009, 11:47 AM

Tags for this Thread

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
  •  
Page generated in 1,726,998,670.49088 seconds with 17 queries