Which one of the following choices best describes how to load a list of database tables into an
array?
A.
@array1=DB->connect(“dbi:ODBC:MyDatabase”);
B.
$tables=@dbh->tables;
C.
$tables=%dbh->tables;
D.
@tables=$dbh->tables;
Which one of the following choices best describes how to load a list of database tables into an
array?
Which one of the following choices best describes how to load a list of database tables into an
array?
A.
@array1=DB->connect(“dbi:ODBC:MyDatabase”);
B.
$tables=@dbh->tables;
C.
$tables=%dbh->tables;
D.
@tables=$dbh->tables;