A relational database is a type of database that stores and provides access to data points that are related to one another. Data in a relational database is organized into tables. Each table contains rows and columns, with each column representing a different attribute of the data, and each row representing a different record. Relational databases use Structured Query Language (SQL) for querying and maintaining the database.