State the difference between the views in a table
Answers
Answered by
4
✨✨A view is a virtual table. A view consists of rows and columns just like a table. The difference between a view and a table is that views are definitions built on top of other tables (or views), and do not hold data themselves. If data is changing in the underlying table, the same change is reflected in the view.✨✨
◆hope it helps you...☺️●
Similar questions