This request specifies all of the supported options and uses the default TDQCD database to store the query plan data.
BEGIN QUERY CAPTURE AS workload wl_2; SELECT * FROM employee WHERE emp_code > 2;
An END QUERY CAPTURE request ends the BEGIN QUERY CAPTURE mode.
END QUERY CAPTURE;