开发者社区 问答 正文

What is a PL/SQL cursor?

已解决

What is a PL/SQL cursor?

展开
收起
1780169608831412 2021-10-16 18:03:24 506 分享 版权
1 条回答
写回答
取消 提交回答
  • 网络规划设计师、敏捷专家、CISP、ITSS服务经理、ACA全科目、ACP4项、ACE、CBP、CDSP、CZTP等。拥有 PRINCE2 Foundation/Practitioner、CCSK、ITIL、ISO27001、PMP等多项国际认证。 专利5+、期刊10+、知识产权师。核心期刊审稿人。
    采纳回答

    A PL/SQL cursor is nothing but a pointer to an area of memory having SQL statements and the information of statement processing. This memory area is called a context area. This special area makes use of a special feature called cursor for the purpose of retrieving and processing more than one row.

    In short, the cursor selects multiple rows from the database and these selected rows are individually processed within a program.

    2021-10-16 18:15:40
    赞同 2 展开评论
问答分类:
问答标签:
问答地址: