Which one of the following choices best describes how to load a list of database tables into an arra seenagape 11 years ago Which one of the following choices best describes how to load a list of database tables into anarray? A.@array1=DB->connect(“dbi:ODBC:MyDatabase”); B.$tables=@dbh->tables; C.$tables=%dbh->tables; D.@tables=$dbh->tables; ← Previous question Next question →