Category: PL/SQL

Open and Fetch Cursor

Create Cursor: cursor TEST  is  select id, ad, soyad from perrsonel; Open Cursor: open TEST;