This article contins information about PL/SQL Conditional Statements such as IF,IF ELSE,ELSEIF,CASE. Conditional statements allow to execute commands according to a certain condition. The condition …
Read More »Yusuf SEZER
Oracle PL/SQL Operators
This PL/SQL Tutorial is about PL/SQL Operators. Operators are special expressions that operate process between one or more values in programming languages. PL/SQL has operators …
Read More »Oracle PL/SQL Data Types and Variables and Literals
This article contains information about PL/SQL Data Types and Variables and Literals. Oracle PL/SQL Data Types Data types indicate how data is stored in memory. …
Read More »What is Transaction in MySQL
In the article, I will explain What is Transaction in MySQL. Also, article contains information about the use of Transaction, which is frequently used in …
Read More »Partition in MySQL
In the article, the use of partition in MySQL is explained with various examples. What is Partition in MySQL? We can translate the partition word …
Read More »Triggers in MySQL
In the article, the use of triggers in MySQL Systems is explained with examples. What is Trigger? Triggers in MySQL are a special type of …
Read More »While Loop in MySQL
The article contains information about the while loop in MySQL and its usage. While Loop in MySQL The while loop, which is one of the …
Read More »Case When Statement in MySQL
The article contains information about CASE WHEN Statement in MySQL as an alternative to the if condition. With the CASE statement used in MySQL as …
Read More »MySQL IF Statement and MySQL IF() Function
The article contains information about MYSQL IF Statement, ELSEIF Statement and ELSE STATEMENT used to direct the command flow by condition in the MySQL VTY …
Read More »MySQL Stored Procedures
The article provides information about MySQL stored procedures. Creating a stored procedure and stored procedure types are explained with examples. What is MySQL Stored Procedures? …
Read More »