Multiple choice technology platforms and products

A TIBCO ActiveMatrix BusinessWorks process uses several upstream activities to build a dynamic SQL statement. Which two activities must be configured to execute this statement? (Choose two)

  1. SQL Direct

  2. JDBC Query

  3. JDBC Connection

  4. JDBC Get Connection

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

SQL Direct is used to execute dynamic SQL statements that are constructed at runtime. JDBC Connection is required to establish the database connection before any SQL can be executed. JDBC Query is for predefined SQL queries, and JDBC Get Connection only retrieves a connection object without executing statements.