harisankar01 / PLSQL-Triggers-and-Views

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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