(In the process of database development, when the data you retrieve is only one record, the business sentence code you write usually uses the SELECTINSERT sentence. However, we often encounter such a situation, that is, read one record one by one from a certain result set. So how to manage this kind of problem? Cursors provide us with an excellent management solution)