Download presentation
Presentation is loading. Please wait.
Published byBenjamin Pearson Modified over 9 years ago
2
A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
3
EXAMPLES OF DATABASES
4
ACCESS is a relational database management system. Relational databases allow you to organize your data into tables Each table focuses on a specific topic; the various tables can then be linked to each other for inquiry and reporting purposes. What is Access?
5
Database Objects
6
Microsoft Access uses four objects to create a Database: Tables Queries Forms Reports Database Objects
7
A table is the basic element of a Database and contains the data entered by users. Each row (or record) contains information about a particular item (e.g., an employee). The record is made up of several fields; each field contains one piece of information relating to the item (e.g., employee's name, address, phone, etc.). Table
8
NameAddressTelephone No. Martha12 Main St. Walsenburg, CO 907-3621-2121 John34 3 rd St. Walsenburg, CO 977-3681-6121
9
A query extracts selected data from a table (or another query) and presents it in spreadsheet format. Query
10
A form is a graphical template based on a table (or query). It is used to enter new data into the database or display existing data. Form
11
A report extracts selected data from a table (or query) and formats it for printing. Report
12
A table is a database object used to store, organize and view data. All other objects are based on the data stored in tables. Tables are comprised of: Fields - represented by columns Records - stored as rows. What is a Table?
13
Data Types
14
Any character (alpha, special characters, numbers) Up to 255 in length Numbers cannot be used for calculations Text
15
Any character (alpha, special characters, numbers) Up to 65,000 in length Numbers cannot be used for calculations Field cannot be sorted or indexed Memo
16
Numeric data to be used for mathematical calculations Not to be used for currency fields Field Size property further defines its function and size Number
17
Must be a valid date/time entry at entry time Format property determines display format Date/ time
18
Accepts monetary values with a dollar sign and decimal point. It can be used for computations Currency
19
Creates a field that lets you look up a value from another table or from a list of values. Lookup
20
Stores graphics, sound and other types of files attachments. Attachment
21
Stores a value that contains a hyperlink. Clicking the value activates the link and opens a webpage or addresses a message to an email address. Hyperlinks
22
Stores Yes/No, True/False or On/Off Values Yes/No
23
Adds a unique numeric field value to each record in a table. Auto Number
24
Opens the Expression builder dialog box which lets you specify fields and operators to use in calculations. Calculated
25
Field Properties
26
Sets a maximum size for data Varies according to Data Type: Field Size
27
Controls the way data is entered; frequently used for telephone numbers, postal codes, SSN #’s, date/time fields. ACCESS offers a Wizard for text and date/time data types. Input Mask
28
You specify text for the label attached to a field; Will be used as the column heading when displaying tables, queries and reports. The default value is Field Name. Caption
29
Specifies a value that will be automatically entered when you create a new record. Default Value
30
Input Mask Characters CharacterDescription 0Digit (0 to 9, entry required, plus [+] and minus [–] signs not allowed). 9Digit or space (entry not required, plus and minus signs not allowed). #Digit or space (entry not required; spaces are displayed as blanks while in Edit mode, but blanks are removed when data is saved; plus and minus signs allowed). LLetter (A to Z, entry required). ?Letter (A to Z, entry optional). ALetter or digit (entry required). aLetter or digit (entry optional). &Any character or a space (entry required). CAny character or a space (entry optional).
31
Primary Key The primary key of a relational table uniquely identifies each record in the table. It can either be a normal attribute that is guaranteed to be unique (such as Social Security Number in a table with no more than one record per person.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.