A relational database is a type of database that stores and provides access to data points that are related to one another. In a relational database, data is organized into tables, which consist of rows and columns. Each row in a table represents a unique record, and each column represents a field within the record. The tables can be linked to each other using keys, typically primary keys and foreign keys, to establish relationships.