A result set is the data returned by a query. It consists of rows and columns, where each row represents a record and each column represents a field within that record. The result set is generated after executing a SQL query and can be processed by applications to display or manipulate data.
![[ex_sort.svg|300x300]]