Difference between SQL & PL/SQL
SQL is a non procedural and interactive.
PL/SQL is a programming language where we can declare variables and write the code to process some job.
We can simply explain between SQL & PL/SQL by seeing the following figure.