Question:

Which of the following best describes a relational database structure commonly used in GIS?

Show Hint

Relational = tables + keys. It’s the most common GIS database model.
Updated On: Jun 16, 2025
  • Data is organized in a tree-like hierarchy.
  • Data elements are linked through predefined relationships, forming a network.
  • Data is organized into tables with rows representing entities and columns representing attributes, with relationships established through keys.
  • Spatial data and attribute data are stored in separate, unconnected files.
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

In GIS, relational databases organize data into tables (relations) where each row (tuple) is an individual record and each column (attribute) holds data about that entity. Keys (primary and foreign) establish logical links between tables.
Was this answer helpful?
0
0