Fraud Blocker

Record type in Oracle PL/SQL.

Record type is a group of linked data elements stored in fields, each with its own name and data type. You can use Record as a variable, which may con…

Continue Reading

Query MySQL from SQL Server using a linked server.

SQL Server has an interesting feature called Linked Servers. It is about linking other databases to SQL Server and using their data as local. There ar…

Continue Reading

Oracle EXISTS method.

In Oracle PL/SQL, the EXISTS method is a function that tells you if a specified Varray or Nested Tables element exists….

Continue Reading

Oracle EXTEND method.

In Oracle PL/SQL, the EXTEND method is a procedure that adds elements to the end of Varray or Nested Tables. The collection can be empty, but not NULL…

Continue Reading

Oracle Nested Tables.

In Oracle PL/SQL Nested Tables is a column type that stores an unlimited row set in a certain order.

When you extract a nested table value from a dat…

Continue Reading

Thank you, the form has been submitted.