Search:

Type: Posts; User: bhagwati; Keyword(s):

Search: Search took 0.01 seconds.

  1. Answers
    8
    Views
    5,271

    Oracle Re: Fetching datas from two cursors

    U can try this method.. Set serveroutput on
    declare
    cursor dept_cursor is
    select department_id,department_name
    from departments
    where department_id < 100
    order by department_id;
    cursor...
  2. Answers
    5
    Views
    10,264

    Oracle Re: Cursors in PL/SQL

    we can also use parametrized cursor..........
    try this-


    set serveroutput on
    declare
    v_id employees.employee_id%type;
    v_name employees.last_name%type;
    cursor c(v_dept number) is
    ...
  3. Answers
    371
    Views
    381,000

    Re: Oracle Interview Questions Free E-Book

    thanx 4 this ...
Results 1 to 3 of 3
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact