An open API service indexing awesome lists of open source software.

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.)

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)