Fraud Blocker

Oracle Synonym.

In Oracle PLSQL Synonym is an alternative name for objects such as tables, views, sequences, stored procedures and other database objects.

Typica…

Continue Reading

Oracle CREATE TABLE AS operator.

Oracle/PLSQL CREATE TABLE AS operator can be used to create a table from an existing table by copying columns of an existing table.

It is importa…

Continue Reading

Oracle SELECT FOR UPDATE operator.

The SELECT FOR UPDATE command allows you to lock entries in the resulting cursor set. The blocking of records is removed when the following commit or …

Continue Reading

Oracle CURSOR Attributes.

Oracle CURSOR – When dealing with cursors, you will need to determine your cursor status. Below is a list of cursor attributes that you can use.

Continue Reading

Oracle ALTER TABLE operator.

The Oracle ALTER TABLE statement is used to add a column, change a column, delete a column, rename a column or rename a table (with syntax, examples a…

Continue Reading

Thank you, the form has been submitted.