0 votes
in DB2 by
What is the result of the OPEN CURSOR statement?

1 Answer

0 votes
by

In the simple OPEN CURSOR statement, the CURSOR is placed on the first row of a table. On the other hand, when the ORDER BY clause is added, rows would be fetched, sorted, and would be available for the FETCH statement.

Now that you are aware of the benefits of SQL, enroll in our SQL Course today and excel in your career!

...