1 / 9

Databases

Databases. Setup and Access with Hardware. Matt Nusbaum. Background. Definition: A structured collection of data or documents that are stored in a computer system so that a person can access them using a program or query language. Terms.

oliana
Download Presentation

Databases

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Databases Setup and Access with Hardware Matt Nusbaum

  2. Background • Definition: A structured collection of data or documents that are stored in a computer system so that a person can access them using a program or query language

  3. Terms • Schema - The description of what type of data is being stored in the database • Model – The method in which the information is stored. • Tables – Related rows and columns where the data is stored. This data can either be

  4. Database Management Systems • This term refers to the program that manages and queries the database. • Examples: • MS Access • Oracle • Filemaker • MaxDB

  5. Database Models • Flat – Single table with related Columns and Rows. • Hierarchical – A tree like structure that dictates the nesting of records. • Network – Data with records linked to other records using pointers. • Relational – Dictated by Attributes, Relations, and Domains.

  6. Other Database Models • Object Database – Databases with the Object-Oriented paradigm applied to them. • Post-Relational – Databases that use relations but are not constrained to have all the data represented in only one way.

  7. Accessing Data • Queries are a method to essentially ask the database a question about its data. • Queries are done using a query language or an application with a query capability. • Examples are: • MS Excel and Access • AQT • Other “freeware” Query tools.

  8. Basic Tutorial • Please refer to your handout as I demonstrate.

  9. Questions

More Related