An Introduction to PL/SQL: How It Works with SQL and Oracle Database
blogs.oracle.com·1d·
Discuss: DEV

At a new company, PL/SQL is required to join the team. Although I’ve focused more on the front-end side, to become a full-stack developer, I plan to leverage my knowledge and skills in databases.

I’ll start by covering the fundamentals. As I gain more experience and learn from my mistakes, I’ll dive into more advanced topics and practical cases.

  1. What is PL/SQL?
  2. How It Works
  3. Block-Structured Language
  4. Nesting Blocks
  5. How to Run Blocks
  6. Naming Blocks
  7. SQL Code in PL/SQL Blocks

What is PL/SQL?
PL/SQL is an extension of SQL, designed specifically for the Oracle Database. PL/SQL stands for Procedural Language/ Structured Query Language. While SQL is declarative, meaning SQL itself dete...

Similar Posts

Loading similar posts...