000-512  Exam

Exam # of questions Description  Update
000-512 101 db2 udb v7.1 family fundamentals... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

000-512 - Exam Information
  • Description:db2 udb v7.1 family fundamentals
  • Passing Score:0%
  • Practice Test - Number of questions:101 questions
  • Simulation Test - Number of questions:101 questions
  • Simulation Test Duration:120 minutes
  • Has explanations:No

Question of the day

Given the following: Which of the following joins will yield the desired results?

Answer(s)

  1. SELECT * FROM tab1, tab2 WHERE c1=cx
  2. SELECT * FROM tab1 INNER JOIN tab2 ON c1=cx
  3. SELECT * FROM tab1 FULL OUTER JOIN tab2 ON c1=cx
  4. SELECT * FROM tab1 RIGHT OUTER JOIN tab2 ON c1=cx
Correct Answer

SELECT * FROM tab1 RIGHT OUTER JOIN tab2 ON c1=cx