- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 129字
- 2021-07-02 22:42:02
Relational and object relational databases
Relational database management systems are one of the most widely-used DBMSs 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 rely on RBDMS.
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 ANSI SQL standards. A relational database is formally described by relational algebra, and is based on the relational model. Object-relational database (ORD) are similar to relational databases. They support the following object-oriented model concepts:
- User-defined and complex data types
- Inheritance
- 現代測控電子技術
- ETL with Azure Cookbook
- 精通Windows Vista必讀
- Security Automation with Ansible 2
- 自動化控制工程設計
- Python Algorithmic Trading Cookbook
- Blender Compositing and Post Processing
- Windows環境下32位匯編語言程序設計
- 分數階系統分析與控制研究
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 突破,Objective-C開發速學手冊
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- Linux Shell編程從初學到精通
- 智能鼠原理與制作(進階篇)
- Hadoop Beginner's Guide