|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#114. You need to analyze how long your orders take to be shipped from the date that the order is placed. To do this, you must create a report that displays the customer number. date ordered, date shipped, and the number of months in whole numbers from the time the order is placed to the time the order is shipped. Which statement produces the required results?
Show comments for this question (0)
Add comments
Link to this question
|
|
#116. Mr. King is the president of a company. Five managers report to him. All other employees report to these managers. Examine the code: SELECT employee .ename FROM emp employee WHERE employee.empno NOT IN (SELECT manager.mgr FROM emp manager);
The above statement returns no rows selected. as the result. Why?
Show comments for this question (0)
Add comments
Link to this question
|
|
#118. Examine the code: SET SERVEROUTPUT ON DECLARE v_char_val VARCHAR2(100); BEGIN v_char_val := ‘Hello World’; DBMS_OUTPUT .PUT_LINE(v_char_vaI); END; SET SERVEROUTPUT OFF
This code is stored in a script tile named myproc.sql. Which statement executes the code in the script file?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.075
|
Server date 11:08 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|