Skip to content

A repository with examples to handle a SQL database using PLSQL and triggers.

Notifications You must be signed in to change notification settings

harisankar01/PLSQL-Triggers-and-Views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

PLSQL

PL/SQL (Procedural Language/Structured Query Language) is an extension of SQL (Structured Query Language) that is used to write procedures, functions, triggers, and packages. It is a procedural programming language that is designed specifically for the Oracle Database Management System.

This repo has multiple implementations and examples of PLSQL