BRAINIAC2677 / SQL-Notes

Contains SQL practise problems and solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Contains SQL practise problems and solutions.


Languages

Language:PLpgSQL 100.0%