- 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
- SpringMVC+MyBatis快速開發與項目實戰
- Mastering Unity Shaders and Effects
- Learning Network Forensics
- C語言程序設計學習指導與習題解答
- JavaScript:Moving to ES2015
- Android底層接口與驅動開發技術詳解
- Azure Serverless Computing Cookbook
- Mastering Apache Storm
- MongoDB Cookbook(Second Edition)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Xamarin Cross-Platform Development Cookbook
- 軟技能2:軟件開發者職業生涯指南
- Visual C#(學習筆記)
- 美麗洞察力:從化妝品行業看顧客需求洞察
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)