A cursor defines the runtime execution environment for a query where the result of the query execution can be captured. That is, we can open the cursor and execute the query in that environment and read the output of the query from the cursor. The syntax used to create a cursor is as follows....