9
Database Management System

Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Embed Size (px)

Citation preview

Page 1: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Database Management

System

Page 2: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

DBMS

• A software package that allows users to create, retrieve and modify databases.

• A database is a collection of related tables.• A table is a collection of related records.• A record consists of a number of fields.• A field may be a number, a string, a date, or

a boolean value etc.

Page 3: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Features

• Database – collection of table

• Table – field name, type, width, key field

• Manipulation – delete, append, edit/modify

• Viewing – order, filter, index

• Reporting – label, report, order, filter

• Searching – go to record, locate, seek

• Query – query wizard, query language(SQL)

Page 4: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Create Tables

• Create a table and specify the – Field Name– Type– Width – Index

Page 5: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Viewing and Editing

• Browse– Edit/change content– Filter– Order– Selected fields

Page 6: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Modify data in a table

• Edit

• Append

• Delete (logically) – and remove(physically)– scope

Page 7: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Table Structure

• Modify table structure– Field name– Field type– Field width– Insert field– Delete field

Page 8: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Query

• Query wizard – Create query– Select table– Select fields– Filter records– Sort records– Limit records– Save query

• SQL (Structured Query Language)

Page 9: Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related

Report

• Create report/labels – wizard

• Select fields

• Select style

• Select layout

• Sort records

• Save

• Run report