select from Movie where year='2002' and studioName='Disney' order by length,title--1
select aname,aaddress from MovieStar a,MovieExec b where aname=bname and agender='女'
and networth>1000--2 我不太明确净资产是哪个字段,姑且猜networth是净资产
select Producerc# from Movie where titel='星球大战'--3 没明确制片人是哪个字段
select ProducerC,sum(length) SumLength from Movie group by ProducerC--4
delete from MovieExec where networht<1000--5
create view v_MovieDetail--6
as
select title,year from Movie where studioName='paramount'
select **名
from table
where 上映年份=(
select 上映年份
from table
where **名='已知的**名'
)
以上就是关于急急急,请各位大侠帮忙:已知电影数据库的实例,请按照要求写出写出相应的SQL语句全部的内容,包括:急急急,请各位大侠帮忙:已知电影数据库的实例,请按照要求写出写出相应的SQL语句、SQL语句实现如下:有一个电影的数据库,含有电影的名称和上映年份,我想用查找和某电影同年份的电影、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)