ExamQuestions.com

Register
Login
Oracle GoldenGate 12c Implementation Essentials Exam Questions

Oracle

Oracle GoldenGate 12c Implementation Essentials

28 / 28

Question 28:

Which three are valid Extract or Replicat statements using the @RANGE function for an Acct table with a Primary Key on the AccountID column? (Select three.) 

Answer options:

A. MAP sales.acct, TARGET sales.acct, FILTER (@RANGE (2, 3, AccountID));
B. MAP sales.acct, TARGET sales.acct, FILTER (@RANGE (1, 3, ID));
C. TABLE fin.Sales, FILTER (@RANGE (1, 2));
D. FILTER (@RANGE (2, 2, AccountID));
E. FILTER (@RANGE 2, 2, ID);