Database MySQL презентация

Слайд 2

What is database ?

Слайд 3

Files (txt, excel and etc.)

Слайд 6

MySQL
MySQL Community Server http://dev.mysql.com/downloads/mysql/
MySQL Workbench http://dev.mysql.com/downloads/workbench/

Слайд 7

MySQL Create Database Command

Example:

Слайд 9

Create table syntax

Слайд 10

User table example

Слайд 11

INSERT INTO Statement

OR

Слайд 12

Insert example

Слайд 13

UPDATE Statement

Слайд 14

Update example 1

Слайд 15

Update example 2

Слайд 16

DELETE Syntax

Слайд 17

Delete example

Слайд 18

Is your brain still with you ?

Слайд 19

SELECT Statement

Слайд 21

And now ?

Слайд 22

Library database

Слайд 23

Authors - Countries

Author
Id
Name
Country_id

Country
Id
Name

one to many relationship

many to one relationship

Слайд 24

Create Table Country

Слайд 25

Add countries

Слайд 26

Create Table Authors

Слайд 27

Add authors

Слайд 28

Inner join

Слайд 29

Show all authors and their countries

Слайд 30

Bu ha ha ha …

Слайд 31

Table books

Book
Id
Name
ISBN
Release_date

But Book can have many authors

Слайд 32

Add books

Слайд 33

Many to many

Слайд 34

Solving many to many relationship

Слайд 35

Final Query

Имя файла: Database-MySQL.pptx
Количество просмотров: 73
Количество скачиваний: 0