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?
The answer should be (B) Table.
We can use a stored procedure to store data in some data structure such as an array; however, when execution of the stored procedure terminates the data will be lost and will not be retained in the database. This is the case for Function as well. A view is only a subset of data from a table and therefore, cannot exist without the underlying base table(s).
The data must be stored in a table (not in a stored procedure). The answer is B.
upvoted 5 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
cdc
Highly Voted 5 years, 6 months agoAndy7622
Highly Voted 4 years, 1 month agodim37
Most Recent 1 year, 3 months agodzoni68
2 years, 6 months agoStreetz_dime11
2 years, 6 months agoAshurs
2 years, 7 months agoDeathDill
2 years, 7 months agomco2l
2 years, 8 months agoBottlecap
2 years, 10 months agoCertMeUp
4 years, 2 months agofkarata1
4 years, 11 months ago