000-514  Exam

Exam # of questions Description  Update
000-514 106 DB2 UDB V7.1 Family Application Development... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

000-514 - Exam Information
  • Description: DB2 UDB V7.1 Family Application Development
  • Passing Score: 0%
  • Practice Test - Number of questions: 106 questions
  • Simulation Test - Number of questions: 106 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

Given the code: EXEC SQL EXECUTE IMMEDIATE :sqlstmt Which of the following values must sqlstmt contain so that all rows are deleted from the STAFF table?

Answer(s)

  1. NULL
  2. DELETE FROM staff
  3. DELETE * FROM staff
  4. DELETE ANY FROM staff
  5. DELETE ALL FROM staff
Correct Answer

DELETE FROM staff