An administrator is writing into a database and received an error detailed in the exhibit.
What two steps need to be taken to resolve this error? (Choose two.)
Select all that apply, then click Submit answer.
-
○
Move the Execute SQL statement to be between Connect and Disconnect.
-
○
The Prompt command should accept input in Name variable and not Age variable
-
○
The entire code should be between Prompt Message and Execute SQL statement. D. The Insert Statement should not have '$Name$' variable in single quotes
-
○
Move the Prompt Message to be before the Disconnect statements.