Valid 1z0-061 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-061 Exam! ExamDiscuss.com now offer the newest 1z0-061 exam dumps, the ExamDiscuss.com 1z0-061 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-061 dumps with Test Engine here:
Examine this statement: SELECT student_id, gpa FROM student_grades WHERE gpa > &&value; 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?
Correct Answer: C
Use the double-ampersand if you want to reuse the variable value without prompting the user each time. Incorrect answer: A. is not an error B. && will not prompt user for second time D. && will not ask the user for new value Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 7-13