In this PL/SQL statement, which of the following lines will produce an error?A. cursor CAPITALS is select CITY, STATEB. into my_city, my_stateC. from CITIESD. where CAPITAL = 'Y';

Showing Answers 1 - 4 of 4 Answers

vadivel

  • Feb 6th, 2006
 

ans is : D because condition is affected by singel row.

  Was this answer useful?  Yes

mukts

  • Feb 13th, 2006
 

B

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions