- PostgreSQL Development Essentials
- Manpreet Kaur Baji Shaik
- 91字
- 2021-07-14 10:00:54
Chapter 1. Advanced SQL
This book is all about an open source software product, a relational database called PostgreSQL. PostgreSQL is an advanced SQL database server, available on a wide range of platforms. The purpose of this book is to teach database developers the fundamental practices and techniques to program database applications with PostgreSQL.
In this chapter, we will discuss the following advanced SQL topics:
- Creating views
- Understanding materialized views
- Creating cursors
- Using the
GROUP BY
clause - Using the
HAVING
clause - Understanding complex topics such as subqueries and joins
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Java Web開發(fā)之道
- Learning Laravel 4 Application Development
- jQuery開發(fā)基礎(chǔ)教程
- MATLAB 2020從入門到精通
- Programming with CodeIgniterMVC
- Python Data Science Cookbook
- Hands-On Robotics Programming with C++
- AMP:Building Accelerated Mobile Pages
- 從零開始學(xué)Python大數(shù)據(jù)與量化交易
- Practical Responsive Typography
- Java EE互聯(lián)網(wǎng)輕量級框架整合開發(fā):SSM+Redis+Spring微服務(wù)(上下冊)
- ASP.NET 4權(quán)威指南
- C++ Game Development Cookbook
- Yii框架深度剖析