由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - how to normalizae this database
相关主题
Need help for imdbpyavatar标识着电影演员将走向末路
新手请教几个sqlzoo上的问题您选哪一个?
2012Summer长片《跟吃一大块巧克力的感觉是一样的?》征集演员My favourite actors, very few
David Hogg - crisis actor - 忽悠您没商量Sarah Palin关于美国媒体不公正,撒谎的采访
[合集] google phone Interview questions朝鲜的比赛,我天朝躺着中枪了,赫赫 (转载)
问一道online test的database题。。。张国峰火了,真的火了,这么也能成名啊!
求教 onsite 设计题目问了一个在美国长大的年轻人
问个scala Akka actors的问题Re: 英首相卡梅伦称国家文化多元主义已死亡
相关话题的讨论汇总
话题: normalizae话题: database话题: actor话题: movie话题: list
进入Database版参与讨论
1 (共1页)
l*******9
发帖数: 177
1
主要fields包括:movie_name, released_date, list_of_actors,
genre, actor_name, hometown, list_of_movies, birthday...
主要是list_of_actors and list_of_movies 如何在表
的关系中表达出来。。 谢谢。
a*******e
发帖数: 100
2
movie table:
movie_id
movie_name
release_date
genre
actor table:
actor_id
actor_name
hometown
birthday
movie_actor table:
movie_id
actor_id

【在 l*******9 的大作中提到】
: 主要fields包括:movie_name, released_date, list_of_actors,
: genre, actor_name, hometown, list_of_movies, birthday...
: 主要是list_of_actors and list_of_movies 如何在表
: 的关系中表达出来。。 谢谢。

l*******9
发帖数: 177
3
thanks, sounds good. so in the movie_actor table,
the PK should be the combination of two ids, right?
do I need an unique id in this table for sometimes
easy-query? If I do so, it seems not 3NF then..
thanks again..

【在 a*******e 的大作中提到】
: movie table:
: movie_id
: movie_name
: release_date
: genre
: actor table:
: actor_id
: actor_name
: hometown
: birthday

a*******e
发帖数: 100
4
The combination of the two ids should be sufficient for PK.

【在 l*******9 的大作中提到】
: thanks, sounds good. so in the movie_actor table,
: the PK should be the combination of two ids, right?
: do I need an unique id in this table for sometimes
: easy-query? If I do so, it seems not 3NF then..
: thanks again..

1 (共1页)
进入Database版参与讨论
相关主题
Re: 英首相卡梅伦称国家文化多元主义已死亡[合集] google phone Interview questions
皮特朱莉大婚在即 屏蔽孩子谷歌老爸(图)问一道online test的database题。。。
韩星姜志焕曝暧昧床照 公司称女方是导游妻子(图)求教 onsite 设计题目
武警办喇嘛图片出处问个scala Akka actors的问题
Need help for imdbpyavatar标识着电影演员将走向末路
新手请教几个sqlzoo上的问题您选哪一个?
2012Summer长片《跟吃一大块巧克力的感觉是一样的?》征集演员My favourite actors, very few
David Hogg - crisis actor - 忽悠您没商量Sarah Palin关于美国媒体不公正,撒谎的采访
相关话题的讨论汇总
话题: normalizae话题: database话题: actor话题: movie话题: list