开发者社区 问答 正文

SQL-) What are the advantages of Views?

已解决

What are the advantages of Views?

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

    Advantages of Views are:

    Views restrict access to the data because the view can display selective columns from the table.
    Views can be used to make simple queries to retrieve the results of complicated queries. For Example, views can be used to query information from multiple tables without the user knowing.
    
    2021-10-16 16:07:21
    赞同 1 展开评论
问答地址: