IST 301--Exam 1

IST 301

31 cards   |   Total Attempts: 183
  

Cards In This Set

Front Back
Entity
An object in the real world we are going to model in the database-person, place, thing or event
Attribute
A characteristic or quality of an entity
Character
The most basic logical data element that can be observed-represented by one byte
Field/column
A grouping of related characters-represents an attribute of some entity
Reocrd/row
A grouping of attributes that describe an entity
Table (or file)
A group of related data records
Database
A collection of logically related data elements, usually organized in related tables
Hierarchial Structure
Treelike structure of one-to-many parent-child relationships (each child can have only one parent)
Network Structure
Similar to hierarchial but allows many-to-many relationships (a child record can have more than one parent)
Object-Oriented Structure
Combines the data of interest and the processes that act on that data into a structure called an object-this combination process is called encapsulation
Inheritance
Allows use of some/all of the characteristics of a parent object in the creation of a child object
Select
-create a subset of records that meets a criterion(all students in IST 301)
Join
-temporarily combine two or more tables for comparison(all students on summerfield 5th floor at 1pm)
Project
Create a subset of the columns in the temporary tables
Primary key
-uniquely identifies each record (like a KU Id number)