Something About R.D.B.M.S.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ruby17
    Member
    • Sep 2008
    • 56

    Something About R.D.B.M.S.

    RELATIONAL DATA BASE MANAGEMENT SYSTEM

    Short for relational database management system and pronounced as separate letters, a type of database management system (DBMS) that stores data in the form of related tables. Relational databases are powerful because they require few ***umptions about how data is related or how it will be extracted from the database. As a result, the same database can be viewed in many different ways.
    An important feature of relational systems is that a single database can be spread across several tables. This differs from flat-file databases, in which each database is self-contained in a single table.

    Almost all full-scale database systems are RDBMS's. Small database systems, however, use other designs that provide less flexibility in posing queries.
  • Russell
    Member
    • Dec 2012
    • 76

    #2
    RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database table rows. Each database table row consists of one or more database table fields.

    Comment

    • Liz Hurly
      Member
      • Dec 2012
      • 50

      #3
      RDBMS is Relational Database Management System is a set of programs that enables you to store, modify, and extract information from a database, it also provides users with tools to add, delete, access, modify, and analyze data stored in one location. A group can access the data by using query and reporting tools that are part of the DBMS or by using application programs specifically written to access the data.

      Comment

      • Guest

        #4
        RDBMS is Relational Database Management System which is based on the concept of tables.Some Queries are written here to create the tables and also to insert,delete,update data in these tables.Users can access the data by using the queries.

        Comment

        • Hazel
          Junior Member
          • May 2008
          • 10

          #5
          RDBMS store the data into collection of tables, which might be related by common fields. RDBMS also provide relational operators to manipulate the data stored into the database tables.

          Comment

          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎