/SQL-Notes

Contains SQL practise problems and solutions.

Primary LanguagePLpgSQL

SQL Notes

Contains SQL practise problems and solutions.

Things to Keep in Mind:

  • Single statement SQL were solved focusing on oracle database whereas PL/pgSQL were written focusing on postgreSQL.
  • Most of the files use sample hr database of oracle sql. So before running them, your system must be connected to sample hr database.

This repository contain my solutions to the practise problems and sql written by me. Your solution may differ.


How to Use it:

  • Open the oracle handbook from assets
  • Read the topics and try to solve the practise problems
  • If you are stuck you can see the solution from this repository. Use the index section.

Index:

Single Statement SQL


PL/pgSQL


Resources: