GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQQuestion on Cursor
Hi Tom,
Whats the difference between the below two
1.
DECLARE
CURSOR c1 IS SELECT ENAME,DNAME FROM emp A,dept B
WHERE A.deptno=B.deptno;
BEGIN
FOR i in c1 LOOP
----------
----------
--------...
Sponsored Links
Read Next: How to UNION ALL xxx_VIEWS and xxx_SOURCE ?
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
