- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 132字
- 2021-07-02 13:11:36
Relational and object-relational databases
Relational DBMS are one of the most widely used DBMSes in the world. It is highly unlikely that any organization, institution, or personal computer today does not have or use a piece of software that relies on RDBMS.
Software applications can use relational databases via dedicated database servers or via lightweight RDBMS engines, embedded in the software applications as shared libraries.
The capabilities of a relational database management system vary from one vendor to another, but most of them adhere to the American National Standards Institute (ANSI) SQL standards. A relational database is formally described by relational algebra, and is based on the relational model. Object-relational databases (ORDs) are similar to relational databases. They support the following object-oriented model concepts:
- User-defined and complex data types
- Inheritance
- Spring Boot開發(fā)與測試實戰(zhàn)
- C語言程序設計(第2 版)
- CentOS 7 Server Deployment Cookbook
- Learning AWS Lumberyard Game Development
- Apex Design Patterns
- Yocto for Raspberry Pi
- Mastering openFrameworks:Creative Coding Demystified
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Android開發(fā)三劍客:UML、模式與測試
- Oracle 12c從入門到精通(視頻教學超值版)
- PHP動態(tài)網(wǎng)站開發(fā)實踐教程
- 前端程序員面試算法寶典
- Build Your Own PaaS with Docker
- Laravel 5.x Cookbook
- Jenkins 2.x實踐指南