IBM MQ v9.2 System Administration — Question 25
Which two search types can be found on an attribute in the Database Configuration application when using an Oracle or SQL Server database? (Choose two.)
Answer options
- A. INDEXED
- B. NONE
- C. FUNCTION
- D. HIERARCHY
- E. TEXT
Correct answer: B, E
Explanation
The correct answers are NONE and TEXT. NONE indicates that no search capability is associated with the attribute, while TEXT allows for full-text searching. INDEXED, FUNCTION, and HIERARCHY are not valid search types in this context.