SQL databases

SQL databases or Relational Database Management Systems (RDBMS) are those that support a relational table-oriented data model. They support table schema defined by the fixed name and number of columns/attributes with a fixed data type. Each row in a table contains a value for every column. Tables can be related to each other.