You are on page 1of 3

Video {

videoID- numeric – Not Null

name- text

description- text

duration- time

view_count- numeric

like_count - numeric

view_count - numeric

PK (videoID)

User {

E_mail - Text – Not Null

Name – Text

Password - Text

PK (E_mail)

Advertisement {

Ad_ID – Numeric – Not Null

Flag - Boolean

Name - text

Content – text

PK(Ad_ID)

AdType {

Ad_typeID – Numeric – Not Null

Ad_TypeDescription – Text

PK(Ad_typeID)

}
Tag {

tagID - Numeric – Not Null

tag_description- Text

PK(tagID)

Company {

IBAN – Numeric – Not Null

Year – Text

Name – Text

PK(IBAN)

Payment {

Transaction_No – Numeric – Not Null

Amount – Numeric

PK(Transaction_No)

Video_type {

typeID – Numeric – Not Null

type – Text

description – Text

PK(videoID)

HasType {

videoID – Numeric – Not Null

typeID – Numeric

FK (VideoID) -> Video (videoID)


}

You might also like