introduction database

Post on 08-Aug-2015

52 views 1 download

Tags:

Transcript of introduction database

TEACHERS : INAD.227 & FHAD.214

Course name: introduction to database

Hour : 4

Course code: PRG 182

1

Unit :data processing using ‘SQL’

Motivation

2

Content:1. Moti vati on.2. Introducti on About database.3. History.4. Processing database by using MySQL : .• How to create a table in database?• How to insert data in the created table?• Showing data by using ‘ where(condition) ’ .

5. Summary.6. References.

3

Database introduction

4

user

5

6

History

Dr. Edgar Frankl . Codd 1790

How to create a table in database?ID name age

Department

Teachers

Students

DATABASE

7

ID name age

227 Inad 30

217 Osama 12

How to insert data in the created table?

8

showing data by using ‘ where(condition) ’

ID name age

227 Inad 30

217 Osama 12

The row

9

Quiz

10

The Summary

11

1. Introducti on About database.

2. History.

3. Processing database by using MySQL :

• How to create a table in database?

• How to insert data in the created table?

• Showing data by using ‘ where(condition) ’ .

References • http://sqlzoo.net/wiki/Main_Page

• http://www.epa.gov/ttn/airs/airsaqs/training/SQL%20Basics.pdf

• Book name: Pro MySQL .Written by Jay Pipes،Michael Kruckenberg .ISBN 1-59059-505-X.

12