問題1
Examine the structure of the members table:

What is the outcome?
Examine the structure of the members table:

What is the outcome?
正確答案: B
問題2
Which statement is true about SQL query processing in an Oracle database instance? (Choose the best answer.)
Which statement is true about SQL query processing in an Oracle database instance? (Choose the best answer.)
正確答案: C
問題3
Which two statements are true about a self join? (Choose two.)
Which two statements are true about a self join? (Choose two.)
正確答案: C,E
說明:(僅 NewDumps 成員可見)
問題4
Which is true about the ROUND, TRUNC and MOD functions?
Which is true about the ROUND, TRUNC and MOD functions?
正確答案: A
問題5
Evaluate the following query

What is the correct output of the above query?
Evaluate the following query

What is the correct output of the above query?
正確答案: B
問題6
Examine the commands used to create DEPARTMENT_DETAILSand COURSE_DETAILS tables:

You want to generate a list of all department IDs that do not exist in the COURSE_DETAILStable.
You execute the SQL statement:

What is the outcome?
Examine the commands used to create DEPARTMENT_DETAILSand COURSE_DETAILS tables:

You want to generate a list of all department IDs that do not exist in the COURSE_DETAILStable.
You execute the SQL statement:

What is the outcome?
正確答案: B
問題7
Sales data of a company is stored in two tables, SALES1and SALES2, with some data being duplicated across the tables. You want to display the results from the SALES1table, which are not present in the SALES2table.

Which set operator generates the required output?
Sales data of a company is stored in two tables, SALES1and SALES2, with some data being duplicated across the tables. You want to display the results from the SALES1table, which are not present in the SALES2table.

Which set operator generates the required output?
正確答案: C
問題8
Examine the structure of the members table:

Which query can be used to display the last names and city names only for members from the states MO and MI?
Examine the structure of the members table:

Which query can be used to display the last names and city names only for members from the states MO and MI?
正確答案: B
問題9
Examine the structure of the CUSTOMERS table: (Choose two.)

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 structure of the CUSTOMERS table: (Choose two.)

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?
正確答案: A,C
問題10
Which three statements are true regarding indexes? (Choose three.)
Which three statements are true regarding indexes? (Choose three.)
正確答案: A,C,F
問題11
Which two statements are true regarding the WHERE and HAVING clauses in a SELECT statement? (Choose two.)
Which two statements are true regarding the WHERE and HAVING clauses in a SELECT statement? (Choose two.)
正確答案: A,D