Advantage of using Views in MySQL

前端 未结 2 1474
情歌与酒
情歌与酒 2020-12-25 14:14

I\'ve learned that views can be used to create custom \"table views\" (so to say) that aggregate related data from multiple tables.

My question is: what are the adva

2条回答
  •  时光说笑
    2020-12-25 14:54

    You can restrict users to the view instead of the underlying table(s), thereby enhancing security.

提交回复
热议问题