Month: January 2022

Processing Query Results – Database Connectivity

24.5 Processing Query Results A result set represents a table of rows that is the result of executing a database query. By default, it is not updatable—that is, it cannot be modified. SELECT queries can be executed by the different types of statements that we have encountered so far to create result sets (p. 1522).