Statement Handle Implications
Depending on the DBD, one or more statement
handles can be simultaneously created
For example, you might wish to select data
from two different tables simultaneously in
different statements then combine that data in
Perl
Additionally, this allows you to pre-prepare all
your statements in advance and execute them as
needed
DBI: The Neophyte's Guide
22