📝 Question
#1123
Which of the following is used to distinguish the variables in SQL from the host language variables?
✓
Correct Answer
A. .
💡
Explanation
EXEC SQL DECLARE c cursor FOR SELECT ID, name FROM student WHERE tot cred > :credit amount;
⌨️ Press
A
B
C
D
to select