What is the difference between the 'view' and 'base' relationship in database systems?
The base relation (table) actually contains data. A view is a request for one (or more) basic relationships, but actually contains no data.
A basic relation is simply a table that actually exists and is stored in a database.
, , - , .
A basic relationship is a table with some values, while a view is essentially a subset of the database that allows each user to have their own view of the database.
Source: https://habr.com/ru/post/1715994/More articles:How to load large amounts of data in a ListBox? ASP.NET MVC Application - jqueryASP.NET/Javascript: loading huge data in a browser - javascriptTracking after the back button - httpString combination and complexity? - stringHow can I kill processes in Java without forcing them? - javaКак установить всплывающие подсказки в подэлементы ListView в .Net - vb.netNSArrayController / NSTreeController and Cocoa Views - objective-cIHTMLTxtRange.pasteHTML does not replace old HTML - c #How do you collect statistics from SQL Server? - performanceiPhone - can I use MapKit without displaying a map? - iphoneAll Articles