Redian新闻
>
Chase Credit Card Offer信用卡开户送350刀 限时
avatar
Chase Credit Card Offer信用卡开户送350刀 限时# Business - 商学院
e*p
1
找工作中,寻NJ附近
avatar
m*u
2
show the name of all players who scored a goal against Germany?
table 1: game: columns (id, mdate, stadium, team1, team2)
table 2: goal: columns(matchid, teamid, player, grime)
table 3: eteam: columns (id, teamname, coach)
其中
game.id = goal.matchid
game.team1 (and team2) = eteam.id = goal.teamid
avatar
s*n
3
1.免费的100刀 Chase SapphireSM Card 只需消费一笔
http://creditcardbonus.spaces.live.com/blog/
最近申请chase家的这个信用卡会弹出一个页面,写着Before you go…We hope you
will reconsider 难不成他们家最近被人拿太多这个100刀了! 不用对它客气,赶
紧点击Return&Apply, 拿到落袋为安。
http://creditcardbonus.spaces.live.com/blog/
2. 免费的250刀 Chase SapphireSM Preferred Card需要满足这个offer的条件 优先
考虑哈 里面有指导如何满足条件
http://creditcardbonus.spaces.live.com/blog/
3. Free $75 Cashback Bonus from Discover More® Card 最适合中美间使用的
多彩卡片Discover信用卡 而且现在连续三个月消费一定笔数还送额外60刀
http://credit
avatar
c*e
4
select b.player
from game a
join goal b
on a.id = b.matchid
join eteam c
on a.team1 = c.id
and c.teamname = 'Germany'
union
select b.player
from game a
join goal b
on a.id = b.matchid
join eteam c
on a.team2 = c.id
and c.teamname = 'Germany' ;

【在 m******u 的大作中提到】
: show the name of all players who scored a goal against Germany?
: table 1: game: columns (id, mdate, stadium, team1, team2)
: table 2: goal: columns(matchid, teamid, player, grime)
: table 3: eteam: columns (id, teamname, coach)
: 其中
: game.id = goal.matchid
: game.team1 (and team2) = eteam.id = goal.teamid

avatar
m*u
5
thanks
avatar
m*u
6
the query is not right. too many rows selected.
avatar
B*g
7
把他德进球的队员也算上了
1 试着把union 2部分合并
2 b.teamid和c.id不能一样

【在 m******u 的大作中提到】
: the query is not right. too many rows selected.
avatar
m*u
8
one more. Thanks.
Show the stadium and the number of goals scored in each stadium.
avatar
m*u
9
thanks, Beijing
avatar
m*u
10
if I want to show game id, stadium and the name of the two teams (basically
it is the game table, just in game table the two teams are showed in teamid)
. I need use the game table to join the eteam table twice. Am I correct here
. Thanks.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。