• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/33

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

33 Cards in this Set

  • Front
  • Back
what is a database?
an organized collection of related data
how does an RDBMS store data?
it stores related data in tables
what is one benifit of dividing data into tables?
it eliminates unnecessary data duplication, or data redundancy
What is a database schema?
a descrpition of the data and the organization of the data into tables in a relational database
explain the considerations for dividing data into related groups.
comsiderations for dividing data into related groups includes grouping information so that there is little or no data redundancy. However, each table must have data related to at least one other table,which will require data duplication. This is not considered data redundancy. A table with no relationship to any other table does not belong in the database
what is a field?
a column in a table. Used to store data
explain why a field that stores more than one piece of data is considered poor design
a field that stores more than one piece of data limits the sorting and searching capabilities of the database
list 4 guidelines to follow when choosing field names
1.make field names unique
2.choose the shortest possible name that accurately describes the contents of the field
3.use complete words instead of numbers or abbreviations
4.avoid special characters
list nine types of data that can be stored in a field
auto number, text number, data/time, currency, memo, yes/no, hyperlink, attachment, and lookup
what does the size of a field indicate?
the size of a field indicates the number of characters or the type of number it can store
what field size is used when a field will store numbers with a decimal portion?
single is used to store numbers with a decimal portion
what field size is used when a field will store whole numbers?
long interger is used to store whole numbers
what does the format of a field determine?
it determines how the data is displayed
list four numeric field formats.
general number, fixed, percent, standard
list three date/time field formats.
long (monday, april 19, 2010), medium (04/19/2010), short (4/19/2010)
do text fields have a field format?
no
for each of the field names below, list the most appropriate data type (text, number, data/time, currency, memo, yes/no, hyperlink, and autonumber). use each data type only once.
1.retail price-currency
2.order data-date/time
3.first name-text
4.product description-memo
5.email addresses-hyperlink
6.record ID-auto number
7.delivery time-data/time
8.peanut allergy-yes/no
9.quanity-number
what is a record?
a set of data for the fields in a table
can a table contain duplicate records?explain.
no, b/c a table has a field that is designated the priamry key. the primary key field must contain unique values
what is used in a table to ensure that records are unique?
to ensure that no two records in a table are the same, one field in each table must be designated to the primary key
what msut be done to designate a priamry key?
click anywhere in the primary key field and then click design --->primary key
what is the required option used for?
required option is used to ensure that each record has a priamry key entry
what is a form?
a form is a database object used for entering records into a table and for viewing existing records
list three kinds of forms.
simple, split, and multiple times
why would a logo be added to a form?
to give it a proffessional appearance and indicate it is an officail company form
list three types of formatting that can be applied to a form.
bold, font size, and predefined formats
which view must a form be in to add records?
its controls are located at the bottom of a form
where are the record controls located?
at the bottom of a form
what are the record controls used for?
they are used to display a specific record in a form or for displaying a new, empty record
how does a form make entering records less error-prone?
a form can make data entry less error-prone b/c only 1 record at a time is displayed
what is a datasheet view?
it views displays a table in a datasheet where fields are in columns and records in rows
list 2 reasons for using datasheet view.
it is useful for comparing records and often used when sorting and filtering data
list one way to change a columns width.
double-click the right column boundary