cursor c_supplier(no number) is select p.pid,p.pname,c.qty,p.unit_rate,(c.qty*p.unit_rate) "Total Price" from parts p,catalog c,supplier s where p.pid=c.pid and s.sid=c.sid and s.sid = no; ...
Add a description, image, and links to the pl-sql-cursors topic page so that developers can more easily learn about it.
I dunno, I'd say list both, if you list PL/SQL only, people might think you only do Oracle work. Unless, of course, Oracle is all you do, in which case I guess that's ...