8 - Data management Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Data type

A

How a GIS stores attribute data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Database

A

A database is a collection of interrelated tables in digital format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DBMS

A

Software package that allows us to manage and manipulate a database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The primary objective of a database

A

to collect and maintain information as well as to relate facts and
situations that were previously unconnected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why is the Flat file outdated in GIS?

A

because it lacks any method of checking data integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hierarchical database pros

A
  • easy to understand
  • easy to search
  • easy to expand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hierarchical database cons

A
  • define each relation
  • difficult to modify the structure
  • large index files - extra storage needed
  • no many-to-many
  • restricted queries
  • not used in GIS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hierarchical database model def

A

a data model in which the data are organized into a tree-like structure. The data are stored as records which are connected to one another through links. A record is a collection of fields, with each field containing only one value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Network database model

A

allows each record to be related to multiple primary records and multiple secondary records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Network database pros

A
  • more flexible than H
  • many-to-many relation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Network database cons

A
  • complex
    -pointers must be defined
  • many pointers = more storage
  • limited application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Foreign key def

A

one or more attributes that refer to a primary key in another table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Relational database def

A
  • data AND the relationships among
    the data are stored in tables
  • Provide a flexible approach to linkages between records
  • comes close to modelling the complexity of spatial relationships
    between objects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Relational database pros

A
  • simple & flexible
  • doesn’t have to be complete from outset
  • each table independent with key field (Only link with query)
  • ease of creation and maintenance
  • efficient data management and data processing
  • Used in many GIS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Primary key def

A

represents one or more attributes whose values can uniquely identify a record in a table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Object orientated database def

A

Spatial data and all related attribute data for a feature is dealt with as an integrated entity (keeps geometric &
attribute data together as single unit)

13
Q

Relational database cons

A
  • become large and complex
13
Q

OODMS pros

A
  • Data is located in one place
  • Easier to update on a consistent basis
  • Geometry information stored IN the database along with
    the attributes in a single system!
14
Q

RDBMS weaknesses (reasons for OODBMS)

A
  • Inability to store complete objects directly in database
  • Problem dealing with rich data types e.g. sound & video
  • Problem with some queries… limitations on geographic
    applications
15
Q

OODBMS cons

A
  • Maintaining values, connections,
    methods, and behaviour for each
    object complex
16
Q

Relational class

A

Predefined relationships supported and stored in geo-database

17
Q

Many-to-many

A

Cannot join,
must relate table