早教吧作业答案频道 -->英语-->
1.Giveaqueryforalistofeachdepartment(numberandname)withtheirnumberofemployees.这是EMP表的问题,2.giveaqueryforalistofeachdepartment(numberandname)foralldepartmentwithnoemployees.
题目详情
1.Give a query for a list of each department(number and name)with their number of employees.
这是EMP表的问题,2.give a query for a list of each department(number and name) for all department with no employees.
这是EMP表的问题,2.give a query for a list of each department(number and name) for all department with no employees.
▼优质解答
答案和解析
select dep.dept_no,dep.name,count(emp.empno) employeeNumber
from ps_department dep,ps_employee emp
where dep.dept_no = emp.dept_no
and dep.current_status = 'Y' /* in use */
and emp.current_status = 'Y' /* in use */
fyi.
from ps_department dep,ps_employee emp
where dep.dept_no = emp.dept_no
and dep.current_status = 'Y' /* in use */
and emp.current_status = 'Y' /* in use */
fyi.
看了 1.Giveaqueryfo...的网友还看了以下:
问一个英语句型怎么读如题问一下这个句子怎么读:Thisismysister我要问的是怎么读出来。还 2020-05-14 …
英语中请求问句英语中什么是请求问句?用would提问的是请求问句,还有用什么提问的也是请求问句? 2020-05-14 …
问个英语连读的问题,由于是自学,没有老师可以问,for这个单词的英式发音是fɔ:,fə,比方说wa 2020-05-14 …
{急}★问一道关于化学的问题.(二氧化锰过氧化氢---→水+氧气资料上有个题目问这个反应试中的反应 2020-05-15 …
二次函数和实际问题在二次函数的实际应用里如果一个实际问题算出了他的解析式,并求出了他的取值范围,但 2020-06-06 …
温度怎么个算法.难倒我了!问个白痴问题,天气预报5-15度,刚在阳光直射下实际测得是22度,植物生 2020-07-04 …
请问我想问某样东西多少钱怎么问?我知道一般可以说howmuchisit?但我想问的是两个或者两个以 2020-07-07 …
怎样向老师提出问题?我们老师总是嫌我们提问不够多,总说多问问题一类的话,可是我总觉得自己好像问不出 2020-07-16 …
纪委监察局怎么写问案材料有干部违纪了,例如公务期间喝酒,账务不符以及其他违纪行为,怎么写这个问案材料 2020-12-22 …
关于疑问句中过去式和现在完成式的问题首先想问的是最基本的一个但我一直都不明白的问题,在特殊疑问句中, 2021-01-09 …