SQL databases

SQL databases or relational database management systems (RDBMSes) 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.

We'll take a look at H2, MySQL, MariaDB, PostgreSQL, MS SQL, and Oracle in the next sections.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.161.77