“视图”和“视图”之间的区别和“基础”关系

发布于 2024-08-02 15:21:05 字数 30 浏览 1 评论 0原文

数据库系统中的“视图”和“基”关系有什么区别?

What is the difference between a 'view' and 'base' relation in database systems?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

溺渁∝ 2024-08-09 15:21:05

基本关系(表)实际上包含数据。视图是对一个(或多个)基本关系的查询,但实际上本身并不包含任何数据。

A base relation (table) actually contains data. A view is a query over one (or more) base relations but does not actually contain any data itself.

倾城°AllureLove 2024-08-09 15:21:05

基本关系只是实际存在并存储在数据库中的一张表。

这与视图相反,视图派生自基本关系,但实际上并不存在于数据库中 - 它仅作为结构定义存在,从许多基本关系中提取其数据。

A base relation is just a table that actually physically exists and is stored in the database.

This is in contrast to a view, which is derived from base relations but does not actually physically exist in the database - it only exists as a structural definition, pulling its data from a number of base relations.

好听的两个字的网名 2024-08-09 15:21:05

基本关系是具有某些值的表,而视图本质上是数据库的某些子集,允许每个用户拥有自己的数据库视图

A base relation is a table with some values while a view is essentially some subset of the database that allows each user to have his or her own view of the database

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文