asked 150k views
2 votes
: The frame work for storing records in database is a

a. form
b. report
c. query
d. table

asked
User Abadaba
by
8.3k points

1 Answer

5 votes
D) Table

A query is used to interact with the database table. You can select, update, delete, etc. using queries, whereas you will use the tables to hold the data.
answered
User Nven
by
8.4k points