Server Design - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

Server Design

Description:

TITLE. MOVIE. GAME. Supertype. Explicit subtypes ... MOVIE. In Set. TITLES. GAMES. MOVIES. Select the In Set check box for the supertype and the subtypes ... – PowerPoint PPT presentation

Number of Views:28
Avg rating:3.0/5.0
Slides: 17
Provided by: ibl5
Learn more at: https://www.cs.odu.edu
Category:
Tags: design | movie | movies | only | server | titles

less

Transcript and Presenter's Notes

Title: Server Design


1
Server Design
  • Arcs and Sub Entities

2
ER Diagram
3
Transformation Options for Exclusivity
Supertype and subtypes
TITLE
  • Supertype
  • Explicit subtypes
  • Implicit subtypes
  • Arcs

MOVIE
GAME
4
The Supertype Option
TITLE PRODUCT CODE TITLE
MOVIE CATEGORY . . . o AUDIO
GAME CATEGORY . . . o MINIMUM MEMORY
5
Supertype Option
6
Result of Supertype Option
Discriminator Column
7
The Explicit Subtype Option
TITLE PRODUCT CODE TITLE
MOVIE CATEGORY . . . o AUDIO
GAME CATEGORY . . . o MINIMUM MEMORY
8
Implementing Explicit Subtypes
  • Select the In Set check box for the subtypes only

Table Mappings
In Set
No Mapping
TITLE
Included
--GAME
--MOVIE
Included
9
The Implicit Subtype Option(rare and not
recommended)
TITLE PRODUCT CODE TITLE
MOVIE CATEGORY . . . o AUDIO
GAME CATEGORY . . . o MINIMUM MEMORY
10
Implementing Implicit Subtypes
  • Select the In Set check box for the supertype and
    the subtypes

11
The Ordinary Arc
12
The Result
13
The Arc Option(rarely applicable)
TITLE PRODUCT CODE TITLE
MOVIES MO_ID CATEGORY . . . o AUDIO
MOVIE CATEGORY . . . o AUDIO
TITLES PRODUCT_CODE TITLE . . . o
MO_MO_ID o GA_GA_ID . . .
GAMES GA_ID CATEGORY . . .
o MINIMUM_MEMORY
GAME CATEGORY . . . o MINIMUM MEMORY
14
Implementing ArcsFirst Run
  • Include supertypes and subtypes
  • Choose tables only

15
Implementing ArcsSecond Run
  • Map the arc
  • Select tables, columns, and keys

16
Choosing Implementation
Write a Comment
User Comments (0)
About PowerShow.com