In DBMSs business data is stored :
Options
- in main memory and stays resident there even after the application that uses it terminates.
- only if it is relevant to business decisions.
- indefinitely in case it's needed since storing it is much cheaper now.
- None of the above.
CORRECT ANSWER : only if it is relevant to business decisions.
Write your comments