SELECT Queries and Perl

Thursday, March 27th, 2008

In this third part of a four-part series on Perl and DBI you will learn about using SELECT queries to get information from databases. This article is excerpted from chapter 15 of the book em Beginning Perl em Apress ISBN 159 59391X .... Win ...

Inserting Sub-Queries in SELECT Statements in Oracle

Tuesday, November 14th, 2006

This is the second article in a series concentrating on working with sub-queries in Oracle. My previous article first in this series explained the dual table in detail and gave a few practical examples of sub-queries. In this article I shall introduce sub-queries at various ...