CSVeda Posts

PL/SQL variables can be declared in two ways. First one is by using the in-built data types. Second method is by using existing database objects in variable declaration instead of…

PL/SQL

In addition to PL/SQL variables and constants, you can use variables in two ways. PL/SQL Substitution and Bind Variables allow you pass on values to PL/SQL programs while execution. Lets…

PL/SQL

Variables and constants are the most important lexical elements in any programming language. The ability to declare and use variables by PL/SQL is one of its advantages over SQL. We…

PL/SQL

PL/SQL SQL

When you create a schema, it may be possible that you forget to add some columns or constraints in a table. SQL Alter Table Statement gives you the capability to…

SQL

Machine Learning

PL/SQL

PL/SQL architecture defines how the PL/SQL blocks are executed in Oracle. Oracle provides PL/SQL engine that executes the Procedural Language part of a block. When an application program or a…

DBMS PL/SQL

An important aspect of database systems is creation of external schemas for different users and their needs. These are also known as external views for users. One way of doing…

DBMS SQL

DBMS SQL