Question: Based on the syntax below, what needs to be adjusted for the script to run correctly? Select all that apply. ASSIGN v _ table =

Based on the syntax below, what needs to be adjusted for the script to run correctly? Select all that apply.
ASSIGN v_table = Trans_2016
OPEN v_table
A. The first line of syntax should be %v_table%= Trans_2016
B. The first line of syntax should be v_table = "Trans_2016"
C. The first line of syntax should be v_table =%Trans_2016%
D. The second line of syntax should be OPEN %v_table%
E. Nothing needs to be fixed

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!