Question
Which of the following statement is INCORRECT related to
mysql_list_tables() function ?Solution
Why this is correct: mysql_list_tables() (from the old PHP mysql_* extension) requires an active DB connection (link identifier) to query the server for table list. So saying a connection is not needed is incorrect. Why the others are correct: 1. The function is intended to list tables in a database. 2. You must establish a connection first (true). 3. The result resource can be used with mysql_tablename() to extract table names (true). Note: the mysql_* PHP extension is deprecated and removed in newer PHP versions in favor of mysqli /PDO, but the behavior above is the historical behavior relevant to the question.
What is a cache memory?
State true or false
Pipelining is a technique used in computer architecture to enhance instruction-level parallelism and improve the efficiency o...
Which protocol is used to dynamically assign IP addresses to devices on a network?
Which component in the CPU is responsible for fetching instructions from memory and incrementing the program counter?
__________ is a subject-oriented, integrated, time-variant, nonvolatile collection of data in support of management decisions.
CSS comments are placed within the ______.
ICMP sends “Destination Unreachable – Fragmentation Needed” when:
What is a key benefit of using the MVC architecture in software development?
Which of the following is a primary source of energy for most power plants?
What is the purpose of a Storage Area Network (SAN)?