Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

DB2 Certification:-

An index named EMPID_X exists for a table named EMPLOYEE. Which of the following will allow user USER1 to drop the EMPID_X index?

  • GRANT CONTROL ON INDEX empid_x TO user1
  • GRANT DELETE ON INDEX empid_x TO user1
  • GRANT INDEX ON TABLE employee TO user1
  • GRANT DROP ON INDEX empid_x TO user1
  • None of these
Answer- A


More Test for Practice