solidDB Help : Programming : Database concepts : Relational databases
  
Relational databases
Most relational database servers, including solidDB, use a programming language known as the Structured Query Language (SQL). SQL is a set-oriented programming language that is designed to allow people to query and update tables of information. The following topics cover the use of tables, and how data is represented within tables. For information about the SQL language, see Getting started with SQL.
See
Tables, rows, and columns
Relating data in different tables
Go up to
Database concepts