https://github.com/indrajeetpatil/practical-sql-exercises
Exercises from "Practical SQL" (1st Ed.)
https://github.com/indrajeetpatil/practical-sql-exercises
database-management learning-exercise postgresql programming-exercises sql
Last synced: about 1 month ago
JSON representation
Exercises from "Practical SQL" (1st Ed.)
- Host: GitHub
- URL: https://github.com/indrajeetpatil/practical-sql-exercises
- Owner: IndrajeetPatil
- License: mit
- Created: 2021-11-06T19:15:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T18:22:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T21:42:16.289Z (10 months ago)
- Topics: database-management, learning-exercise, postgresql, programming-exercises, sql
- Language: PLpgSQL
- Homepage: https://github.com/IndrajeetPatil/Practical-SQL-exercises/tree/master/exercises
- Size: 18.7 MB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
title: "Practical-SQL exercises"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Solutions to exercises from the _Practical SQL_ (1st Edition) [book](https://nostarch.com/practicalSQL).
- [My solutions](https://github.com/IndrajeetPatil/Practical-SQL-exercises/tree/master/exercises)
- [Author's solutions](https://github.com/anthonydb/practical-sql/blob/master/Try_It_Yourself/Try_It_Yourself.sql)
```{r, out.width="60%", echo=FALSE}
knitr::include_graphics("assets/cover.jpg")
```
## See also
### Code and data
- [1st Edition Code and Data](https://github.com/anthonydb/practical-sql)
- [2nd Edition Code and Data](https://github.com/anthonydb/practical-sql-2)
### Resources
- [A curated list of awesome PostgreSQL software, libraries, tools and resources](https://github.com/dhamaniasad/awesome-postgres)
### Useful tips for debugging a few common problems
- [If you find pgAdmin is too slow on Windows](https://dba.stackexchange.com/questions/201646/slow-connect-time-to-postgresql-on-windows-10)
- [If you have problems importing data on Windows](https://stackoverflow.com/a/65459173/7973626)
- [Configuring binary path on Windows](https://dba.stackexchange.com/questions/149169/binary-path-in-the-pgadmin-preferences)