πŸ“Š Information Retrival Techniques
Q. In a single table (with 10 columns) join query the number of values needed to examine per column is
  • (A) 1
  • (B) 10
  • (C) 0
  • (D) 2
πŸ’¬ Discuss
βœ… Correct Answer: (B) 10

Explanation: for indexing in the context of performing joins, in a single table query, the number of values that are needed to be examined per column is the number of rows in the table.


Explanation by: Mr. Dubey
for indexing in the context of performing joins, in a single table query, the number of values that are needed to be examined per column is the number of rows in the table.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
1006
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate