這是我的第一個問題stackoverflow,所以如果我做錯了請讓我知道我會盡快修復它。方法爲電視節目創建數據庫
所以我想製作一個數據庫電視節目,我想知道最好的方法,並使我當前的數據庫更簡單(規範化)。
我會能夠有以下結構或類似。
Fringe
Season 1
Episodes 1 - 10(whatever there are)
Season 2
Episodes 1 - 10(whatever there are)
... (so on)
Burn Notice
Season 1
Episodes 1 - 10(whatever there are)
Season 2
Episodes 1 - 10(whatever there are)
... (so on)
... (More Tv Shows)
對不起,如果這似乎不清楚。 (請要求澄清)
但結構我現在所擁有的是3個表(tvshow_list,tvshow_episodes,tvshow_link)
//tvshow_list//
TvShow Name | Director | Company_Created | Language | TVDescription | tv_ID
//tvshow_episodes//
tv_ID | EpisodeNum | SeasonNum | EpTitle | EpDescription | Showdate | epid
//tvshow_link//
epid | ep_link
主任和該公司是由一個ID鏈接到另一個表列表的公司和董事。
我很確定這樣做有一個更簡單的方法。
感謝提前的幫助下,
Krishanthan Lingeswaran
另一張表的公司和董事名單的結構是什麼?什麼是tvshow_link表格? – YWE 2010-11-26 18:15:16
@YWE:我認爲這是因爲o0Kris0o想要將用戶鏈接到他們可以在線觀看或購買劇集的地方。 – 2010-11-26 19:33:03