You develop a database to store data about textbooks. The data must be stored to process at a later time. Which database object should you use to store the data?
A. View
B. Table
C. Function
D. Stored procedure
5 Comments on “Which database object should you use to store the data?”
Oliviasays:
Should it be B. Table?
7
0
Juansays:
I agree with Olivia, a stored procedure can generate an array, but to store is in physical structure like TABLE.
3
0
Jainsays:
B
1
1
shirtisays:
why cant it be a view?
0
0
Andrewsays:
A view doesn’t store data. It’s a virtual table that displays data stored in a table. So when you query a view it retrieves data from a physical table.
Should it be B. Table?
7
0
I agree with Olivia, a stored procedure can generate an array, but to store is in physical structure like TABLE.
3
0
B
1
1
why cant it be a view?
0
0
A view doesn’t store data. It’s a virtual table that displays data stored in a table. So when you query a view it retrieves data from a physical table.
6
0