0 votes
in DB2 by
How to retrieve rows from a DB2 table in Embedded SQL?

1 Answer

0 votes
by

Rows from a DB2 table in Embedded SQL can be retrieved using the single-row SELECT statement. Another way is by using the CURSOR statement. However, the first process is the preferred one.

...