Navigation


Sponsor



Categories

SQL
Latest stuff about SQL.


PLSQL: How to execute an Oracle package with a stored procedure and output the refcursor (reference cursor) results

Posted on: 9/27/2007

The article will demonstrate how to execute an Oracle stored procedure with an output reference cursor and printing the results.


SQL Basics: INSERT Statement

Posted on: 7/26/2007

The INSERT statement is used to insert a new row into the table


PLSQL: Return x number of rows in PL/SQL

Posted on: 7/18/2007

This article describes how to return the top x number of record.


TSQL: Return x number of rows

Posted on: 7/13/2007

This article describes how to return the top x number of record


SQL Basics: SELECT Statement

Posted on: 6/29/2007

SQL Select statement