Fraud Blocker

Creating databases and tables using SQL commands.

This article will show you how to create new databases and tables using SQL commands in a mysql client. It is assumed that this tool is running and co…

Continue Reading

Encryption of stored data in MySQL 8.

MySQL 5.7.11 introduced transparent encryption for InnoDB table space, which included support for table space files. Later, encryption for the shared …

Continue Reading

Oracle CASE statement.

In Oracle statement CASE has IF-THEN-ELSE functionality. Starting with Oracle 9i, you can use a CASE statement in an SQL sentence….

Continue Reading

Oracle CURSOR FOR LOOP statement.

Oracle/PLSQL CURSOR FOR LOOP Statement can be used when you want to upload and process each cursor entry. CURSOR FOR LOOP will end when all records ar…

Continue Reading

Oracle FOR LOOP statement.

In Oracle/PLSQL, the FOR LOOP cycleallows you to execute code again for a fixed number of times….

Continue Reading

Thank you, the form has been submitted.