当前分类: 1Z0-047
问题:单选题The details of the order ID, order date, order total, and customer ID are obtained from the ORDERS table. If the order value is more than 30000, the details have to be added to the LARGEjDRDERS table. The order ID, order date, and order total should be...
查看答案
问题:单选题View the Exhibit and examine the structure of the ORDERS table. Which task would require subqueries? ()A displaying the total order value for sales representatives 161 and 163B displaying the order total for sales representative 161 in the year 19...
问题:单选题EMPDET is an external table containing the columns EMPNO and ENAME. Which command would work in relation to the EMPDET table?()A AB BC CD D...
问题:单选题Evaluate the following SQL statements that are issued in the given order: What would be the status of the foreign key EMP_MGR_FK?()A It would be automatically enabled and deferred.B It would be automatically enabled and immediate.C It would rema...
问题:单选题Which statement is true regarding Flashback Version Query? ()A It returns versions of rows only within a transaction.B It can be used in subqueries contained only in a SELECT statement.C It will return an error if the undo retention time is less tha...
问题:单选题Evaluate the following SQL statements that are issued in the given order: What would be the status of the foreign key EMP_MGR_FK?()A It would be automatically enabled and deferred.B It would be automatically enabled and immediate.C It would remai...
问题:多选题Which three statements are true regarding single-row functions?()AThey can accept only one argument.BThey can be nested up to only two levels.CThey can return multiple values of more than one data type.DThey can be used in SELECT, WHERE, and ORDER BY c...
问题:多选题Which three possible values can be set for the TIME_ZONE session parameter by using the ALTER SESSION command?()A’os’BlocalC-8:00’Ddbtimezone LiE’Australia’...
问题:单选题View the Exhibit and examine the details of the EMPLOYEES table. The query was written to format the PHONE_NUMBER for the employees. Which option would be the correct format in the output?()A xxx-xxx-xxxxB (xxx) xxxxxxxC (xxx) xxx-xxxxD xxx-...
问题:多选题Which three tasks can be performed using regular expression support in Oracle Database 10g?()Ait can be used to concatenate two strings.Bit can be used to find out the total length of the string.Cit can be used for string manipulation and searching ope...
问题:单选题View the Exhibit and examine the data in ORDERS_MASTER and MONTHLYjDRDERS tables. What would be the outcome of the above statement?()A The ORDERS_MASTER table would contain the ORDERJDs 1 and 2.B The ORDERS_MASTER table would contain the ORDERJDs 1...
问题:单选题Evaluate the following statement: Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?()A They are evaluated by all the three WHEN clauses regardless of the results of the evaluation of any othe...
问题:单选题The user SCOTT who is the owner of ORDERS and ORDERJTEMS tables issues the following GRANT command: GRANT ALL ON orders, order_items TO PUBLIC; What correction needs to be done to the above statement? ()A PUBLIC should be replaced with specifi...
问题:单选题Which statement is true regarding Flashback Version Query?()A It returns versions of rows only within a transaction.B It can be used in subqueries contained only in a SELECT statement.C It will return an error if the undo retention time is less than...
问题:单选题View the Exhibit and examine the structure of the ORDERS and ORDERJTEMS tables. Evaluate the following SQL statement: SELECT oi.order_id, product_jd, order_date FROM order_items oi JOIN orders o USING (order_id); Which statement is true regard...