Suppose you are asked to intersect multiple sets and store the resulting set in a key, in this situation which of the following commands will you use?

27. Suppose you are asked to intersect multiple sets and store the resulting set in a key, in this situation which of the following commands will you use?

  1. INTERSECTSTORE destination key1 [key2]
  2. SINTERSECT destination key1 [key2]
  3. SINTERSTORE destination key1 [key2]
  4. SSTOREINTER destination key1 [key2]

Answer: C) SINTERSTORE destination key1 [key2]

Explanation:

SINTERSTORE destination key1 [key2] is the command you will use in a situation where you are asked to intersect multiple sets and store the resulting set in a key.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.