Relational Database Management System RDBMS


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 assumptions 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.

Read Also:

  • RDF - Resource Description Framework

    RDF is short for Resource Description Framework. RDF is a general framework for describing website metadata, or “information about the information” on the website. It provides interoperability between applications that exchange machine-understandable information on the Web. RDF details information such as a site’s sitemap, the dates of when updates were made, keywords that search engineslook […]

  • RDFPic

    While RDF is a general framework for describing a Web site’s metadata, RDFPic is a tool developed by the W3C that authors can use to embed RDF metadata inside JPEG images. Using RDFPic authors see a side-by-side view of the image and a text form where you input data entry. RDFPic is copyrighted by the […]

  • Remote Debug Interface (RDI)

    RDI is short for Remote Debug Interface The Remote Debug Interface (RDI) is an Application Programming Interface (API) that defines a standard set of data structures and functions that abstract hardware for debugging purposes. *The Remote Debug Interface has for ten years served as a useful and widely adopted interface between debuggers and debug target […]

  • RDF Schema

    RDF schema is a semantic extension of RDF. The RDF schema language is used for declaring basic class and types when describing the terms used in RDF and are used to determine characteristics of other resources, such as the domains and ranges of properties.

  • RDMA

    Short for remote direct memory access (DMA), a communications technique that allows data to be transmitted from the memory of one computer to the memory of another computer without passing through either device��s CPU, without needing extensive buffering, and without calling to an operating system kernel. RDMA is a response to increasing demands for network […]


Disclaimer: Relational Database Management System RDBMS definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.