Author: <span>admin</span>

Python

PL/SQL Trigger is block of code attached to an event that may occur on a data table.   Trigger is a stored block with [Declare], Begin, End and Associated with a…

PL/SQL

A linked list is a linear data structure referred to as a collection of similar elements linked in a linear order. The basic unit in a linked list is a…

Python

Python Dictionary is another compound type like list and tuple in Python. It is different from these two compound types because you can use immutable keys to access elements instead…

Python

Python

Python

Python

There are two types of exceptions in PL/SQL Built-in Exceptions and User-Defined Exceptions. Built-in exceptions are predefined in Oracle with a exception (error code) and its details. User Defined exceptions…

PL/SQL

PL/SQL Exception is a run-time error caused due to many things that occur in a database application. It can be due to wrong data stored in variables, incorrect data accessed…

PL/SQL

ASP.NET framework provides an interface in the form of an Integrated Development Environment to create and execute web applications. A Web Application is a dynamic website made up of multiple…

Programming And Development Web Development