Results 1 to 4 of 4

Thread: Explicit Cursors and Loops

  1. #1
    Join Date
    Apr 2007
    Posts
    6

    Question Explicit Cursors and Loops

    I need to pull course information from a database by using an explicit cursor and a loop. I have to create two explicit cursors that will list all class in a particular major. How do you do that and should I go into more detail.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You need to provide more specific information.

  3. #3
    Join Date
    Apr 2007
    Posts
    6

    more info

    Ok, I will psot up the case......

  4. #4
    Join Date
    Apr 2007
    Posts
    6
    I need to write a PL/SQl program that displays the call ID and section number for each course section offered during a particular semester term in an sample university. I have to list the first and last name of each student enrolled in the course under the call ID and course name. But I have to create two explicity cursors.......I attached to data to create the table and I deleted my code because it wouldnt work but I will try and post up what i remember. thanks!
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •