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.
In the question below there are three statements followed by two conclusions I and II. You have to take the three given statements to be true even if t...
Statements:Â Â Â Â Â Â Â
All Water are Milk
Some Lassi are Milk
All Tea are Water
Only a few Coke are Lassi
Conclusi...
Conclusions:
I. No Reel is a Real.
II. Some Account are not Reel.
III. Some Reel are Hack.Â
Statements:
Statements : Some tablets are vowels.
No vowel is a letter.
All letters are words.
Conclusions:I. Some tablets are not letters.
Statements:
100% King are Queen
Some Army are Queen
No Queen are Soldier
Conclusions:
I. Some Soldier are Army
II. At least Some King are Army
Statements:
All trees are plants.
No plant is a flower.
Conclusions:
I. Some plants are not flowers.
II. S...
Statement : Â Some X are Y.
Only a few Z are X.
All Y are A.
Conclusion
I. All X are Z
II. Some A are Z
Read the given statements and conclusions carefully. Assuming that the information given in the statements is true, even if it appears to be at varianc...
Statements:
A few Platform are Train
Only a few Train are SUV
Only Car are Bus
No SUV are Car
Conclusions:
I. ...
Statements:
Only a few balloons are cakes.
All cakes are knife.
Some knife are ribbons.
Only a few ribbons are candles.
...