assume that id, name, and course are variables in a host language. c(cursor declaration) is avariable for declaring the query(embedded sql) which returns values of three attributes. Identify the correct statement which fetches the value of the tupples of three attributes into the host variables. a) EXEC SQL Fetch :id, :name, :course, END_EXEC b )EXEC SQL Fetch c into :id, :name, :course END_EXEC c) EXEC SQL Fetch c into :course END_EXEC d) EXEC SQL Fetch c into id, name, course END_EXEC
Answers
Answered by
0
b. option is correct ... maybe
Answered by
0
b is the correct answer....
Similar questions