- Hands-On Big Data Modeling
- James Lee Tao Wei Suresh Kumar Mukhiya
- 72字
- 2021-06-10 18:58:54
SQL data models
Structured Query Language (SQL) is one of the most classic data query languages, originally invented for rational databases based on rational algebra. It contains four basic primitives, create, read, update, and delete (CRUD), for modifying datasets considered as tables with schemas. SQL is a declarative language, and it also includes a few procedural elements. Some of the most common SQL-like data models are listed in the following sections.