搜题
用户您好, 请在下方输入框内搜索其它题目:
搜题
题目内容 (请给出正确答案)
提问人:网友 发布时间:
【单项选择题】

Examine the data in the EMPLOYEES and DEPARTMENTS tables.<br /> EMPLOYEES<br /> LAST_NAME DEPARTMENT_ID SALARY<br /> Getz 10 3000<br /> Davis 20 1500<br /> Bill 20 2200<br /> Davis 30 5000<br /> Kochhar 5000<br /> DEPARTMENTS<br /> DEPARTMENT_ID DEPARTMENT_NAME<br /> 10 Sales<br /> 20 Marketing<br /> 30 Accounts<br /> 40 Administration<br /> You want to retrieve all employees, whether or not they have matching departments in the departments table.<br /> Which query would you use?()<p> Examine the data in the EMPLOYEES and DEPARTMENTS tables.<br /> EMPLOYEES<br /> LAST_NAME DEPARTMENT_ID SALARY<br /> Getz 10 3000<br /> Davis 20 1500<br /> Bill 20 2200<br /> Davis 30 5000<br /> Kochhar 5000<br /> DEPARTMENTS<br /> DEPARTMENT_ID DEPARTMENT_NAME<br /> 10 Sales<br /> 20 Marketing<br /> 30 Accounts<br /> 40 Administration<br /> You want to retrieve all employees, whether or not they have matching departments in the departments table.<br /> Which query would you use?()</p>

A、A. SELECT last_name, department_name FROM employees , departments(+);

B、B. SELECT last_name, department_name FROM employees JOIN departments(+);

C、C. SELECT last_name, department_name ON (e. department_ id = d. departments_id); FROM employees(+) e JOIN departments d

D、D. SELECT last_name, department_name FROM employees e RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);

E、E. SELECT last_name, department_name FROM employees(+) , departments ON (e. department _ id = d. department _id);

F、F. SELECT last_name, department_name FROM employees e LEFT OUTER JOIN departments d ON (e. department _ id = d. department _id);

更多“Examine the data in the EMPLOYEES and DEPARTMENTS tables.<br /> EMPLOYEES<br /> LAST_NAME DEPARTMENT_ID SALARY<br /> Getz 10 3000<br /> Davis 20 1500<br /> Bill 20 2200<br /> Davis 30 5000<br /> Kochhar 5000<br /> DEPARTMENTS<br /> DEPARTMENT_ID DEPARTMENT_NAME<br /> 10 Sales<br /> 20 Marketing<br /> 30 Accounts<br /> 40 Administration<br /> You want to retrieve all employees, whether or not they have matching departments in the departments table.<br /> Which query would you use?()<p> Examine the data in the EMPLOYEES and DEPARTMENTS tables.<br /> EMPLOYEES<br /> LAST_NAME DEPARTMENT_ID SALARY<br /> Getz 10 3000<br /> Davis 20 1500<br /> Bill 20 2200<br /> Davis 30 5000<br /> Kochhar 5000<br /> DEPARTMENTS<br /> DEPARTMENT_ID DEPARTMENT_NAME<br /> 10 Sales<br /> 20 Marketing<br /> 30 Accounts<br /> 40 Administration<br /> You want to retrieve all employees, whether or not they have matching departments in the departments table.<br /> Which query would you use?()</p>”相关的问题
第1题

A、The SELECT statement is syntactically accurate.  B、The SELECT statement does not work because there is no HAVING clause.  C、The SELECT statement does not work because the column specified in the GROUP BY clause is not in the SELECT list.  D、The SELECT statement does not work because the GROUP BY clause should be in the main query and not in the subquery.  

点击查看答案
第2题

A、It collects statistics into the pending area in the data dictionary  B、It creates a virtual hidden column in the CUSTOMERS_OBE table  C、It collects statistics with AUTO_SAMPLE_SIZE for ESTIMATE_PERCENT  D、It creates a histogram to hold skewed information about the data in the columns  

点击查看答案
第3题

A、Because the progress is reported for each data file  B、Because the progress is reported for each backup set  C、Because other RMAN sessions have issued the same BACKUP command  D、Because new data files have been added to the database while the RMAN backup is in progress  

点击查看答案
第4题

A、The SELECT statement is syntactically accurate.  B、The SELECT statement does not work because there is no HAVING clause.  C、The SELECT statement does not work because the column specified in the GROUP BY clause is not in the SELECT list.  D、The SELECT statement does not work because the GROUP BY clause should be in the main query and not in the subquery.  

点击查看答案
第5题

A、It contains data till the last backup  B、It contains all data from target database until the current time  C、It contains all data from only the committed transactions in the target database  D、It contains all data except that which is used by the transactions in the current online redo file of target database  

点击查看答案
第6题

A、The data files of the read-only tablespaces in the target database are not duplicated  B、The read-only tablespaces in the target database are still defined in new the database  C、The read-only tablespaces in the target database are changed to online after duplication  D、The data files of the read-only tablespaces in the target database get duplicated  E、The read-only tablespaces in the target database are not defined in the new database  

点击查看答案
第7题

A、The data file is checked for physical corruption and backed up if found clean.  B、The backup of data file 5 is performed and the interactive messages during the backup are suppressed.  C、The existing backup for the data file is checked and the backup is performed if there are changes in the data file after the last backup.  D、The backup of data file 5 is performed and all SQL statements that are executed during RMAN compilation and their results are displayed  

点击查看答案
第8题

A、Data files that belong to only the root container  B、Data files that belong to the root container and all the pluggable databases (PDBs)  C、Data files that belong to only the root container and PDB$SEED  D、Data files that belong to the root container and all the PDBs excluding PDB$SEED  

点击查看答案
第9题

A、The data files of the read-only tablespaces in the target database are not duplicated  B、The read-only tablespaces in the target database are still defined in new the database  C、The read-only tablespaces in the target database are changed to online after duplication  D、The data files of the read-only tablespaces in the target database get duplicated  E、The read-only tablespaces in the target database are not defined in the new database  

点击查看答案
第10题

A、A.deleting the records of employees who do not earn commission  B、B.increasing the commission of employee 3 by the average commission earned in department 20  C、C.finding the number of employees who do NOT earn commission and are working for department 20  D、D.inserting into the table a new employee 10 who works for department 20 and earns a commission that is equal to the commission earned by employee 3  E、E.creating a table called COMMISSION that has the same structure and data as the columns EMP_ID and COMMISSION of the EMP table  F、F.decreasing the commission by 150 for the employees who are working in department 30 and earning a commission of more than 800  

点击查看答案
客服
TOP

请使用微信扫码支付

订单号:
遇到问题请联系在线客服