asked 184k views
2 votes
You're looking for a DBMS to purchase and install for use with the database you're designing. Because of future expansions, you want to stay away from systems that have file size limits. Which of the following DBMSs should you likely avoid?

asked
User Kennen
by
8.5k points

1 Answer

3 votes

The question above has multiple answers as stated below;

A. MySQL
B. Oracle Express
C. PostGres
D. Access


The best answer to this question is (D) Access


The total database for an Access database is 2GB. Access is great only for the little stuff and generally do not scale very well. MySQL, on the hand, is solely dependent on the operating system being used. MySQL file size limits can reach size of upto 256 TB

answered
User Wting
by
8.2k points