A relational database stores data in tabular form. Each file is implemented as a table. Each field is a column in the table. Related records between two tables are implemented by intentionally duplicated columns in the two tables.
A distributed relational database distributes or duplicates tables to multiple database servers located in geographically important locations.
A distributed relational database management system is a software program that controls access to and maintenance of stored data in the relational format.