πŸ“Š MySQL
Q. The variable used as a handle to an open file is . . . . . . . .
  • (A) $dbh
  • (B) 128
  • (C) $fh
  • (D) $h
πŸ’¬ Discuss
βœ… Correct Answer: (C) $fh

Explanation: $dbh: This variable typically represents a database handle in Perl when working with database connections using Perl's DBI (Database Interface) module. It is not used as a handle for file operations.

Explanation by: Ritu Singhal
$dbh: This variable typically represents a database handle in Perl when working with database connections using Perl's DBI (Database Interface) module. It is not used as a handle for file operations.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ritu Singhal
Publisher
πŸ“ˆ
90%
Success Rate