56.5k views
5 votes
Which of the following is NOT an issue associated with a relational database?

a. record-locking is not often possible in large-scale databases.
b. It works with data in a looser way,
c. It does not scale well.
d. All of the above are issues associated with a relational database

User AKX
by
7.7k points

1 Answer

3 votes

Final answer:

The correct answer is c. It does not scale well.

Step-by-step explanation:

The correct answer is c. It does not scale well.

A relational database is a type of database that organizes data into tables with rows and columns. While it has many advantages, such as providing a structured and efficient way to store and retrieve data, there are also some issues associated with it. One of the main issues is that relational databases do not scale well, meaning they may struggle to handle large amounts of data or high levels of traffic.

For example, if a website using a relational database experiences a surge in user traffic, the database may become overwhelmed and slow down. This issue can be mitigated by optimizing the database design and using techniques such as indexing and caching.

User Kicken
by
8.1k points