- Learning PostgreSQL
- Salahaldin Juba Achim Vannahme Andrey Volkov
- 109字
- 2021-04-02 20:32:11
Chapter 1. Relational Databases
This chapter will provide a high-level overview of topics related to database development. Understanding the basic relational database concepts enables the developers to not only come up with clean designs, but also to master relational databases. This chapter is not restricted to learning PostgreSQL, but covers all relational databases.
The topics covered in this chapter include the following:
- Database management systems: Understanding the different database categories enables the developer to utilize the best in each world.
- Relational algebra: Understanding relational algebra enables the developers to master the SQL language, especially, SQL code rewriting.
- Data modeling: Using data modeling techniques leads to better communication.
推薦閱讀
- 程序員修煉之道:程序設(shè)計入門30講
- GAE編程指南
- Java應(yīng)用開發(fā)與實踐
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- 老“碼”識途
- 征服RIA
- 量化金融R語言高級教程
- Python編程:從入門到實踐
- UVM實戰(zhàn)
- Visual Basic程序設(shè)計
- 用案例學(xué)Java Web整合開發(fā)
- 算法圖解
- Android高級開發(fā)實戰(zhàn):UI、NDK與安全
- Android智能手機(jī)APP界面設(shè)計實戰(zhàn)教程
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計與實現(xiàn)原理