Database

25
DATABASE

Transcript of Database

Page 1: Database

DATABASE

Page 2: Database

How do you organize data?

Page 3: Database

What is DATABASE?

• A database is a tool for collecting and organizing information. Databases can store information about people, products, orders, or anything else.

• A database is a collection of table. Instead of placing related data in a single table, database allows you to separate them into different tables that may be merged together whenever needed.

Page 4: Database

Microsoft Office Access, previously known as Microsoft Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools.

Page 5: Database

The parts of an Access database• Tables• Forms• Reports• Queries• Macros• Modules

Page 6: Database

What is the use of MS ACCESS?

Page 7: Database

Using Access, you can:• Add new data to a database, such

as a new item in an inventory• Edit existing data in the database,

such as changing the current location of an item• Delete information, perhaps if an

item is sold or discarded

Page 8: Database

• Organize and view the data in different ways• Share the data with others via

reports, e-mail messages, an intranet , or the Internet

Page 9: Database

Figure 1: A student database consisting of different related tables

Page 10: Database

Record • It is a collection of related data. It is

very important in terms of planning and decision-making for they give information that is required for a particular situation.• A record consists of related pieces of

data called attributes or data fields

Page 11: Database

Table• A collection of records. It is made

up of rows and columns. Each row in the table corresponds to a record and each column represents a data field.

Page 12: Database

A table with three records

Page 13: Database

Primary Key• A Primary key is a unique data that

is identifies each record in a table. Just like an ID number in your identification or membership card, each record becomes unique.

Page 14: Database
Page 15: Database

Foreign Key• foreign key is a relationship or link

between two tables which ensures that the data stored in a database is consistent. • The foreign key link is set up by matching

columns in one table (the child) to the primary key columns in another table (the parent).

Page 16: Database
Page 17: Database
Page 18: Database

The Microsoft Access Application

Window

Page 19: Database

Title BarMenu Bar

Standard toolbar

Task Pane

Page 20: Database

• Title Bar - every program or application of Microsoft windows is run inside a window. Title bar contains the name of the window that is used for identification when switching from one window to another.

• Menu Bar – contains commands that can be used in the application. The commands are grouped by category and are accessed by clicking it.

Page 21: Database

• Standard toolbar – it contains most common task that you would normally access using the menu bar.• Task Pane- it contains shortcuts to

tasks that you normally access using the menu bar. It also acts as an assistant in finding the answers to your questions.

Page 22: Database

1. It is very important in terms of planning and decision-making for it give information that is required for a particular situation.

2. A collection of records that is made up of rows and columns.

3. A tool for collecting and organizing information.

QUIZ #2

Page 23: Database

4. A relationship or link between two tables which ensures that the data stored in a database is consistent.

5. A unique data that is identifies each record in a table.

6. A database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools.

Page 24: Database

7. It contains most common task that you would normally access using the menu bar.

8. It contains the name of the window that is used for identification when switching from one window to another.

Page 25: Database

9. It acts as an assistant in finding the answers to your questions.

10. It contains commands that can be used in the application. The commands are grouped by category and are accessed by clicking it.