General discussion

  • Creator
    Topic
  • #2092720

    Types of databases

    Locked

    by clintpace ·

    What are a hierarchical and a relational database?

All Comments

  • Author
    Replies
    • #3870489

      Types of databases

      by syscokid ·

      In reply to Types of databases

      Good descriptions here:

      http://www.horizon-sys.com/rdbms.html
      http://www.dbstar.org/doc/UG_Ch2.htm

      (Sometimes when I cut and paste URL’s it looks ok to me but once the answer is posted, an extraneous space will have crept in. Make sure youdelete any extraneous spaces or the page won’t load).

      • #3699902

        Types of databases

        by clintpace ·

        In reply to Types of databases

        The question was auto-closed by TechRepublic

    • #3869521

      Types of databases

      by donq ·

      In reply to Types of databases

      They are essentially one-in-the-same. A relational database stores data in a hierarchical structure consisting of “Tables” and “Fields”. Each table supposedly contains data about only one subject (i.e., “Employees”) while each field within the Employees table contains a specific piece of information about that employee (i.e., does he/she pick their nose, shoe size, last name, DOB, etc.).

      The hierarchical structure is ALWAYS there and fields in one table then “relate” to fields in a different table (through Key Fields). Database relationships are a little complex to explain in a TechRepublic answer but nearly every database software product is based on the same international database connectivity standard (or ODBC) where mainframe, PC, server, and/or midrange computer databases are built to do the same thing based on the same hierarchical structure and relationship functionality.

      I hhope this helps some – you asked?

      • #3699903

        Types of databases

        by clintpace ·

        In reply to Types of databases

        The question was auto-closed by TechRepublic

    • #3699901

      Types of databases

      by clintpace ·

      In reply to Types of databases

      This question was auto closed due to inactivity

Viewing 2 reply threads