PowerPoint Presentationpavlo/courses/fall2013/static/slides/database... · p2 p2 p2 p2 p3 p3 p3 p3...

Preview:

Citation preview

16 Bernstein Mohan DeWitt Gray

P1

P1

P1

P1

P1

P1

P2

P2

P2

P2

P2

P2

P3

P3

P3

P3

P3

P3

P4

P4

P4

P4

P4

P4

P5

P5

P5

P5

P5

P5

23 Bernstein Mohan DeWitt Gray

class Student { int id; String name; String email; String phone[]; }

id name email

1001 Tone Loc funky@medina.com

sid phone

1001 444-444-4444

1001 555-555-5555

•–

27

31

32

•–

33

35

36

•–

37

38

•–

39

40

41

42

Recommended