单选题How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()A  select Kill from the menuB  select Release from the menuC  select Cancel Job from the menuD  select Cancel Pending from the menu

题目
单选题
How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()
A

 select Kill from the menu

B

 select Release from the menu

C

 select Cancel Job from the menu

D

 select Cancel Pending from the menu

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Examine the description of the EMPLOYEES table:EMP_ID NUMBER(4) NOT NULLLAST_NAME VARCHAR2(30) NOT NULLFIRST_NAME VARCHAR2(30)DEPT_ID NUMBER(2)JOB_CAT VARCHARD2(30)SALARY NUMBER(8,2)Which statement shows the maximum salary paid in each job category of each department? ()

A. SELECT dept_id, job_cat, MAX(salary) FROM employees WHERE salary > MAX (salary);

B. SELECT dept_id, job_cat, MAX(salary) FROM employees GROUP BY dept_id,job_cat;

C. SELECT dept_id, job_cat, MAX(salary) FROM employees;

D. SELECT dept_id, job_cat, MAX(salary) FROM employees GROUP BY dept_id;

E. SELECT dept_id, job_cat, MAX(salary) FROM employees GROUP BY dept _ id job _ cat salary;


参考答案:B

第2题:

列出EMP表中,从事每个工种(JOB)的员工人数()

A.select job from emp;

B.select job,count(*) from emp;

C.select distinct job,count(*) from emp;

D.select job,count(*) from emp group by job;

E.select job,sum(empno) from emp group by job;


参考答案:D

第3题:

下列哪个语句查出雇员表(employees)里的雇员名字(ename)是‘SMITH’的信息,并且给雇员名字(ename)列定义一个别名Name()。

A.select employeesno,ename Name,job from employees where ename=‘SMITH’

B.select employeesno,ename ‘Name’,job from employees where ename=SMITH

C.select employeesno,ename “Name”,job from employees where ename=‘SMITH’

D.select employeesno,ename ‘Name’,job frome mployees wheree name=‘SMITH’


参考答案:A

第4题:

How can a Job with EXEC as Internal Status be stopped in the Job Scheduling Console?()

  • A、 select Kill from the menu
  • B、 select Release from the menu
  • C、 select Cancel Job from the menu
  • D、 select Cancel Pending from the menu

正确答案:A

第5题:

下列哪个语句查出雇员表(employees)里的雇员名字(ename)是‘SMITH’的信息,并且给雇员名字(ename)列定义一个别名Name()。

  • A、select employeesno,ename Name,job from employees where ename=‘SMITH’
  • B、select employeesno,ename ‘Name’,job from employees where ename=SMITH
  • C、select employeesno,ename “Name”,job from employees where ename=‘SMITH’
  • D、select employeesno,ename ‘Name’,job frome mployees wheree name=‘SMITH’

正确答案:A

第6题:

与“SELECT*FROM教师表INTO DBF A”等价的语句是

A.SELECT*FROM教师表TO DBF A

B.SELECT*FROM教师表TO TABLE A

C.SELECT*FROM教师表INTO TABLE A

D.SELECT*FROM教师表INTO A


正确答案:C
解析:存SQL语句中。“TNT0 TABLE”与“INTO DBF”的功能是相同的。

第7题:

( 30 )与 “ SELECT * FROM 教师表 INTO DBF A ” 等价的语句是

A ) SELECT * FROM 教师表 TO DBF A

B ) SELECT * FROM 教师表 TO TABLE A

C ) SELECT * FROM 教师表 INTO TABLE A

D ) SELECT * FROM 教师表 INTO A


正确答案:C

第8题:

以下说法错误的是( )

A.SELECT max(sal),deptno,job FROM EMP group by sal;

B.SELECT max(sal),deptno,job FROM EMP group by deptno;

C.SELECT max(sal),deptno,job FROM EMP;

D.SELECT max(sal),deptno,job FROM EMP group by job;


正确答案:C 

第9题:

How do you start an event-triggered debug session?()

  • A、Select "Start" from the Debug menu in CRS Script Editor.  
  • B、Select "Reactive Script..." from the Debug menu in CRS Script Editor.  
  • C、Select "Debugging" from the Trace menu in CRS Application Administration.  
  • D、Select "Start Trace" from the Trace menu in CRS Application Administration.

正确答案:B

第10题:

下面哪条语句可以取出薪水最高的前三个人:()

  • A、SELECT * FROM (SELECT * FROM EMPLOYEES ORDER BY SALARY );
  • B、SELECT * FROM (SELECT * FROM EMPLOYEES ORDER BY SALARY ) WHERE ROWNUM<=3;
  • C、SELECT * FROM (SELECT * FROM EMPLOYEES ORDER BY SALARY DESC) WHERE ROWNUM<=3;
  • D、SELECT * FROM EMPLOYEES WHERE ROWNUM<=3 ORDER BY SALARY DESC;

正确答案:C

更多相关问题