This document provides an overview of relational database design for geographic information systems (GIS). It discusses how GIS databases can be designed using a relational model with spatial data stored in tables along with associated attribute data for efficient management and analysis. The key aspects covered include normalization of tables, use of primary and foreign keys to link features to their attributes, and queries using SQL to access both spatial and non-spatial data together. Maintaining data integrity and relationships between features and attributes is also emphasized.