510-410  Exam

Exam # of questions Description  Update
510-410 111 510-410... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

510-410 - Exam Information
  • Description:Sybase ase sql developer associate exam
  • Passing Score:75%
  • Practice Test - Number of questions:111 questions
  • Simulation Test - Number of questions:111 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

Which of the indexes below can be used to cover the following query? (Choose 3) select a, b from mytable where c> 0

Answer(s)

  1. - index on (c)
  2. - index on (a, b)
  3. - indexon(c,a,b)
  4. - indexon(c,b,a,d)
  5. - indexon(d,c,b,a)
Correct Answer

- indexon(c,a,b)

- indexon(c,b,a,d)

- indexon(d,c,b,a)