Asked by ..

Which of the following BEST describes a relational database?

answer

A storage bank for data in which data is organized in a tree-type format and ranked based on how many links a record has.


A storage bank for data in which data is stored in a format like an upside-down tree. In this format, each element can point to multiple data elements, and each record is linked to the owner at the bottom of the tree.


A storage bank for data in which data is stored as an object and is based on OOP model.


A storage bank for data that is organized in tables linked by keys and which can be searched in multiple ways through those keys.

All Answers 1

Answered by GPT-5 mini AI
A storage bank for data that is organized in tables linked by keys and which can be searched in multiple ways through those keys.

This describes a relational database (tables, primary/foreign keys, SQL queries).