問題1
Examine the description of the ORDER_ITEMS table:

Examine this incomplete query:
SELECT DISTINCT quantity * unit_price total_paid FROM order_items ORDER BY <clause>; Which two can replace <clause> so the query completes successfully?
Examine the description of the ORDER_ITEMS table:

Examine this incomplete query:
SELECT DISTINCT quantity * unit_price total_paid FROM order_items ORDER BY <clause>; Which two can replace <clause> so the query completes successfully?
正確答案: A,E
說明:(僅 NewDumps 成員可見)
問題2
Examine this query:
SELECT SUBSTR (SYSDATE,1,5) 'Result' FROM DUAL
Which statement is true?
Examine this query:
SELECT SUBSTR (SYSDATE,1,5) 'Result' FROM DUAL
Which statement is true?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題3
Viev the Exhibit and examine the structure of the PRODUCT INFORMATION and INVENTORIEStables.
You have a requirement from the supplies department to give a list containing PRODUCT _ID,SUPPLIER ID, and QUANTITY_ON HAND for all the products where in QUANTITY ON HAND is lessthan five.
Which two SQL statements can accomplish the task? (Choose two)
Viev the Exhibit and examine the structure of the PRODUCT INFORMATION and INVENTORIEStables.
You have a requirement from the supplies department to give a list containing PRODUCT _ID,SUPPLIER ID, and QUANTITY_ON HAND for all the products where in QUANTITY ON HAND is lessthan five.
Which two SQL statements can accomplish the task? (Choose two)
正確答案: C,D
說明:(僅 NewDumps 成員可見)
問題4
Choose two
Examine the description of the PRODUCT DETALS table:

Choose two
Examine the description of the PRODUCT DETALS table:

正確答案: A,F
說明:(僅 NewDumps 成員可見)
問題5
You must find the number of employees whose salary is lower than employee 110.
Which statement fails to do this?
You must find the number of employees whose salary is lower than employee 110.
Which statement fails to do this?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題6
Examine the description products table:

Examine the description of the new_projects table;

Which two queries execute successfully?
Examine the description products table:

Examine the description of the new_projects table;

Which two queries execute successfully?
正確答案: C,D
說明:(僅 NewDumps 成員可見)
問題7
Which two statements are true about single row functions?
Which two statements are true about single row functions?
正確答案: A,D
說明:(僅 NewDumps 成員可見)
問題8
Examine the description of the CUSTONERS table:

CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?
Examine the description of the CUSTONERS table:

CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?
正確答案: B,D
說明:(僅 NewDumps 成員可見)
問題9
Which two are true about constraints?
Which two are true about constraints?
正確答案: B,D
說明:(僅 NewDumps 成員可見)
問題10
Which two statements are true about transactions in the Oracle Database server?
Which two statements are true about transactions in the Oracle Database server?
正確答案: C,E
說明:(僅 NewDumps 成員可見)