Primary key’s foreign keys and relationships
SQL basics and querying
Physical Data Models & Business Rule
Relational Database Concepts
Mapping Entities & Data Types
100

Denotes the way that two entities Interconnect

What is a relationship

100

A programming language that was designed for managing items held in databases

 What is SQL

100

A model that contains table structures, column names, data types, and constraints

what is a physical model

100

Used to store info and defined with a name and one or more columns.

What is a table

100

 A logical model converted to this after the design of a new database schema is complete

What is a physical model diagram?

200

This refers to the maximum amount of times an instance in one entity can be associated with instances in another entity.

What is cardinality?

200

Defined by individual elements of a SQL statement. (SELECT, FROM WHERE,GROUP BY, etc.)

What is a keyword?

200

Which of the following are problems that result from poor database design? Loss of data integrity, stress, conceptual models, or all the above.

What is loss of data integrity

200

An object or concept that represents critical data

What is an entity

200

A relationship becomes this in a physical model 

What is a foreign key and constraint?

300

This is selected by the database designer as a column or set of columns that uniquely identify rows in a table

What is a primary key?

300

These statements define, structurally change and drop schema objects in the database. Like creating tables for example.

 what is DDL  

300

What entities can be derived from the statement: “If a need to buy an item occurs, employees will create a purchase request. One or more purchase orders will be created to serve the purchase request and the purchase order numbers.”

What is purchase request, what is purchase order

300

Two or more columns that uniquely identify a row

What is a composite key? 

300

This is a datatype that that may require size specification 

What is char, graphic, floating point, decimal type, etc? 

400

Consists of two or more columns that when combined uniquely identify a row

What is a compound key?

400

An element in the SELECT list that will be returned from the query unchanged. For example, “SELECT ‘Fred’ FROM dual;’ would return Fred.  

What is a Literal?

400

An indication of the types of information to be stored and how the information elements interrelate.

What are structural business rules

400

A meaningful value associated with data stored in a table that cannot be duplicated. It can identify the unique instance using one or more attributes/relationships

What is a UID 

400

A set of legal values that can be assigned to attributes.

What is a domain? 

500

(DAILY DOUBLE!!!) This Indicates how a given relationship can be described from the viewpoint of each end.

What is a perspective?

500

These specify fixed and floating point numbers

What are numeric literals? 
500

 An item that exists in real life while residing in a table column. These are assigned a name and datatype

What is an attribute?

500

An item that exists in real life while residing in a table column. These are assigned a name and data type

What is an attribute? 
500

The column data types will be included directly in a UID if it is a _____ 

What is a physical model diagram?