every tables in MS access has ___ views
Answers
Answered by
0
Answer:
database .
Explanation:
Database is in a table format similar to Excel. Design View allows you to setup and edit the fields of your database.
Answered by
0
Answer:
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.
Similar questions