Programming with cursors - PowerPoint PPT Presentation

1 / 2
About This Presentation
Title:

Programming with cursors

Description:

Programming with cursors. In PL/SQL. Cursors for update. Look at the examples in the ... Using a cursor, for each item of stock supplied by the supplier, ... – PowerPoint PPT presentation

Number of Views:51
Avg rating:3.0/5.0
Slides: 3
Provided by: poby
Category:

less

Transcript and Presenter's Notes

Title: Programming with cursors


1
Programming with cursors
  • In PL/SQL

2
Cursors for update
  • Look at the examples in the lecture notes.
  • Write a program that Accepts a supplier name and
    a percentage amount.
  • Find the supplier id for the supplier.
  • Using a cursor, for each item of stock supplied
    by the supplier,
  • display the current stock code, description,
    cost price and unit cost price.
  • Increase the unit cost by the percentage amount
    and
  • display the new cost.
Write a Comment
User Comments (0)
About PowerShow.com