Skip to content

Opening book details…

About this document

SQL Essentials for RPG Developers by Ramana Varala is a document available to read on EtoBox.

SQL has been available on the IBM i since 1988 and allows developers to select, update, and manipulate groups of data from database tables. The document discusses interactive SQL using STRSQL and embedded SQL in RPG programs. It provides examples of common SQL statements like SELECT, UPDATE, DELETE and using cursors to return multiple rows from a result set. Dynamic SQL is also covered, where the SQL statement is built at runtime rather than being hardcoded.

Author
Ramana Varala
Language
EN