Full Stack Development with JHipster
上QQ阅读APP看书,第一时间看更新

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.