PostGIS in Action (3rd)
Where the adventure begins
Translate:



PostGIS in Action: (ed. #3) Appendix C - SQL primer

PostGIS In Action 3rd Edition Chapters    PostGIS In Action 2nd Edition Chapters    1st Edition Chapters

  • Information Schema
  • Basic SQL functions available in most relational databases
  • JOINS (INNER, OUTER, LEFT, RIGHT, FULL, INTERSECT, EXCEPT)
  • Doing SELECTS, INSERTS, UPDATES, and DELETES
  • Using Aggregates
  • Using subselects
  • Window functions and Window aggregates
  • Common Table Expressions (CTEs)