Examine this statement:<br /> SELECT student_id, gpa<br /> FROM student_grades<br /> WHERE gpa > &&value;<br /> You run the statement once, and when prompted you enter a value of 2.0. A report is produced. What happens when you run the statement a second time?()<p> Examine this statement:<br /> SELECT student_id, gpa<br /> FROM student_grades<br /> WHERE gpa > &&value;<br /> You run the statement once, and when prompted you enter a value of 2.0. A report is produced. What happens when you run the statement a second time?()</p>
A、A.An error is returned.
B、B.You are prompted to enter a new value.
C、C.A report is produced that matches the first report produced.
D、D.You are asked whether you want a new value or if you want to run the report based on the previous value.