1z0-071試験無料問題集「Oracle Database SQL 認定」

Examine this description of the EMP table:

You execute this query:
SELECT deptno AS "departments", SUM (sal) AS "salary"
FROM emp
GROUP | BY 1
HAVING SUM (sal)> 3 000;
What is the result?

解説: (GoShiken メンバーにのみ表示されます)
Which statement executes successfully?

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about self joins?

解説: (GoShiken メンバーにのみ表示されます)
Which three statements are true regarding single row subqueries?

正解:C,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Which statement will return the last sequence number generated by the EMP_ SEQ sequence?

解説: (GoShiken メンバーにのみ表示されます)
You want to return the current date and time from the user session, with a data type of TIMESTAMP WITH TIME ZONE.
Which function will do this?

解説: (GoShiken メンバーにのみ表示されます)
Which three statements are true about GLOBAL TEMPORARY TABLES?

正解:A,D,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Examine this query:
SELECT TRUNC (ROUND(156.00,-2),-1) FROM DUAL; What is the result?

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about scalar subquery expressions?

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true regarding the UNION ALL operators?

解説: (GoShiken メンバーにのみ表示されます)
Which two are true about transactions in the Oracle Database?

解説: (GoShiken メンバーにのみ表示されます)
Choose two
Examine the description of the PRODUCT DETALS table:

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about views?

解説: (GoShiken メンバーにのみ表示されます)
The CUSTOMERS table has a CUST_LAST_NAME column of data type VARCHAR2.
The table has two rows whose COST_LAST_MANE values are Anderson and Ausson.
Which query produces output for CUST_LAST_SAME containing Oder for the first row and Aus for the second?

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are true about the rules of precedence for operators?

解説: (GoShiken メンバーにのみ表示されます)
Examine the description products table:

Examine the description of the new_projects table;

Which two queries execute successfully?

解説: (GoShiken メンバーにのみ表示されます)