Download Competency 7.00 Database What is a Database? Advantages of a

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Global serializability wikipedia , lookup

DBase wikipedia , lookup

Commitment ordering wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Microsoft Access wikipedia , lookup

Schengen Information System wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Serializability wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Btrieve wikipedia , lookup

Oracle Database wikipedia , lookup

IMDb wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Ingres (database) wikipedia , lookup

Functional Database Model wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Database wikipedia , lookup

Concurrency control wikipedia , lookup

Relational model wikipedia , lookup

Clusterpoint wikipedia , lookup

Database model wikipedia , lookup

ContactPoint wikipedia , lookup

Transcript
Comp App I
Competency 7.00 Database
Objective 7.01 Demonstrate basic database concepts and functions.
What is a Database?
A database is a _____________________ of
______________________ organized so its contents can easily be
accessed, _____________________ , and updated. It is an efficient
means of _____________ and retrieving data and printing
________________ from the stored data.
For example, a database is like a _____________ __________________that holds
multiple records.
Examples of Databases
ƒTelephone book
ƒ
ƒStudent data (NCWISE)
ƒCD/DVD collection
ƒ
ƒCustomer contact list
ƒHouses for sale
ƒ
ƒBusiness stock inventory
ƒInternet search engines database
Advantages of a Database
ƒFaster and more _____________________ than a traditional method of maintaining
records, such as a manual filing system
ƒEasy to make___________________, delete information, and insert information
ƒPrint various _______________________ from the same database
ƒ______________________ data electronically
ƒShow relationships between different _______________________ in a database
o Ex: NCWISE – attendance/grades/discipline
Elements of a Database in Descending Order
ƒFile – All records, fields, and entries in a database; a collection of information treated as
an individual unit.
ƒRecord – A group of related fields of information. Everything on ONE
________________ is a record.
ƒField – One item or bit of information in a record; represented by
a__________________.
ƒEntry – Data and formulas that are typed into a __________________.
1
Comp App I
Steps for Designing a Database
•PLAN and _________________ the database.
•Determine the______________________.
•Determine the ___________________ of the fields.
•Determine the _______________________ of fields.
Step 1−Plan and Design the Database
ƒDetermine the ____________________ of the database file.
ƒInclude all fields necessary to ensure efficient _____________________- and retrieving
of specified data.
ƒProject how the fields may be _____________________ for reporting purposes.
ƒDecide which fields would possibly be used in a variety of reports.
Step 2−Create the Database …
ƒOPEN a ______________ database file.
o What is a blank database? A database file that does not yet contain any
objects (i.e., tables, queries, reports, forms).
ƒDetermine the database ____________________ and drive location to save before
beginning the document. The default name is “db1” for the first database saved in
Access.
ƒDatabase programs assign specific file extensions to saved files. Access
uses_______________.
Step 3−Create a Table Using Design View
ƒOne method available for creating a new database table in this application
Step 4−Input and Define Fields
ƒNumbers NOT used in calculations or that contain symbols should be classified
as_________________, not as numbers.
ƒKeyboard Commands
o Arrow keys
o Cursor movement keys
o Enter key
o Tab key
o Shift tab
o Page up/down
Step 5−Save the Table and Create a Primary Key
ƒSave the _________________ with an appropriate filename.
ƒMultiple tables can be saved in _________________ database file.
2
Comp App I
ƒSet a PRIMARY __________________ if multiple tables in a database will be
“_______________ ” to each other.
Step 6−Define the Primary Key
Definition of a Primary Key: The field that _____________________ identifies each
record in a table. These fields ____________________ be duplicated.
Examples:
• Social security number
• Student ID fingerprints
• Vehicle identification numbers (VINs)
• Product numbers
Step 7−Input Records
What is Design View? A __________________ for adding,
__________________________ , and deleting fields from the table,
_______________________ field types and descriptions, setting a primary key, and
formatting entries.
What is Datasheet View? The table view which shows the field names for
___________________ records; the view is set up in _______________ (records) and
columns (fields). Records can easily be keyed into the datasheet view.
Closing the Database
ƒClose the database file by using the _____________ command of FILE/Close or by
clicking the ___________________ button.
ƒA prompt may appear asking if changes should be______________________ .
ƒRemember, database filenames were created when a new database file
was__________________.
Alternative Input Devices
ƒCreating a database, inputting data, or saving a database can also be performed by using
these alternate methods:
ƒSpeech recognition input and commands
ƒPocket PCs
ƒTablet PCs with handwriting recognition.
3