- 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
- 現(xiàn)代C++編程:從入門到實踐
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- FreeSWITCH 1.8
- 大學(xué)計算機(jī)基礎(chǔ)實驗教程
- JavaScript+Vue+React全程實例
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Learning OpenStack Networking(Neutron)
- Jenkins Continuous Integration Cookbook(Second Edition)
- 青少年信息學(xué)競賽
- Raspberry Pi Robotic Blueprints
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Python開發(fā)基礎(chǔ)
- Python Digital Forensics Cookbook
- C語言程序設(shè)計教程
- Responsive Web Design with jQuery