您好,应该是的吧jsp本身可以说是一个servlet,在服务启动的时候,容器会根据这些servlet的位置进行加载和初始化,应该就是那个时候执行的。在页面也可以直接通过${name}来取值。
select xm 姓名,xb 性别,csrq 出生日期 from E;
select xm 姓名,round((sysdate-csrq)/365,0) 年龄 from e where xb='male';
select from d where lx='技术服务中心';
select a,bbmmc from (select dno,avg(money) jiangjin from r group by dno) a left join (select bmmc,dno from d group by bmmc,dno) b on adno=bdno order by ajiangjin desc
update r set money=money-100 where money>=600
update r set money=(1+05)money where dno in (select dno from d where bmmc='项目三部')
delete from d where dno not in (select dno from r)
select aeno,axm,bbmmc,cmoney from e a,d b,r c where aeno=ceno and adno=cdno
select a,bbmmc from (select dno from r where eno not in (select eno from e where xm='张三三')) a left join d b on adno=bdno
最后一个自己写吧 哈哈
以上就是关于(多选题) 以下关于数据库的编程规范,哪些是正确的全部的内容,包括:(多选题) 以下关于数据库的编程规范,哪些是正确的、数据库sql编程题目,正在笔试求帮助、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)