12
TEACHERS : INAD.227 & FHAD.214 Course name: introduction to database Hour : 4 Course code: PRG 182 1 it :data processing using ‘SQL’

introduction database

Embed Size (px)

Citation preview

Page 1: introduction database

TEACHERS : INAD.227 & FHAD.214

Course name: introduction to database

Hour : 4

Course code: PRG 182

1

Unit :data processing using ‘SQL’

Page 2: introduction database

Motivation

2

Page 3: introduction database

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

Page 4: introduction database

Database introduction

4

Page 5: introduction database

user

5

Page 6: introduction database

6

History

Dr. Edgar Frankl . Codd 1790

Page 7: introduction database

How to create a table in database?ID name age

Department

Teachers

Students

DATABASE

7

Page 8: introduction database

ID name age

227 Inad 30

217 Osama 12

How to insert data in the created table?

8

Page 9: introduction database

showing data by using ‘ where(condition) ’

ID name age

227 Inad 30

217 Osama 12

The row

9

Page 10: introduction database

Quiz

10

Page 11: introduction database

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) ’ .

Page 12: introduction database

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