DC-23 - State and regional coordinating bodies

- Describe how state GIS councils can be used in enterprise GIS&T implementation processes
- Explain the functions, mission, history, constituencies, and activities of your state GIS Council and related formal and informal bodies
- Discuss how informal and formal regional bodies (e.g., Metro GIS) can help support GIS&T in an organization
- Discuss the mission, history, constituencies, and activities of National States Geographic Information Council (NSGIC)
- Determine if your state has a Geospatial Information Office (GIO) and discuss the mission, history, constituencies, and activities of a GIO
PD-17 - SQL Languages for GIS
SQL (Structured Query Language) is a declarative programming language that is closely linked to the relational database model. It is an accessible and widely adopted language used for query, data modification, and data definition—that is, defining data structures (tables) and other database objects. Important additions to the SQL standard include SQL/PSM, which adds control flow, local variables, and other procedural language features; and SQL/MM Part 3, which adds spatial support. Many complex geoprocessing workflows typically implemented in desktop GIS or scripting languages can easily be implemented in spatial SQL.