SELECT * FROM t1 UNION SELECT * FROM t2
SELECT * FROM t1 UNION DISTINCT SELECT * FROM t2
SELECT * FROM t1 INTERSECT SELECT * FROM t2
SELECT * FROM t1 WHERE (c1,c2)= (SELECT c1,c2 FROM t2)
第1题:
Your database interface is running. A user SCOTT starts a SQL *Plus session, and issues the following query:SQL> SELECT * FROM sales;Which process would retrieve the result from the database and return it to the client program?()
A. User process
B. Server process
C. System Monitor (SMON)
D. Process Monitor (PMON)
E. Checkpoint process (CKPT)
第2题:
A.UDT
B.Trigger
C.Package
D.Access plan
第3题:
Which of the following statements about ORACLE is (are) correct?
Ⅰ.ORACLE follows SQL standard
Ⅱ.ORACLE database defines two logical types: table and view
A.Ⅰonly
B.Ⅱ only
C.Ⅰ and Ⅱ
D.none of the above
第4题:
Which of the following SQL statements will return the year and average salary for all employees hired within a given year that have a salary greater than $30,000?()
第5题:
Which of the following objects contains control structures that are considered the bound form of SQL statements?()
第6题:
You enabled an audit policy by issuing the following statements:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM;For which database users and for which executions is the audit policy now active? ()
A. SYS, SYSTEM
B. SCOTT
C. Only for successful executions
D. Only for failed executions
E. Both successful and failed executions
第7题:
第8题:
A.net income is understated
B.net income is overstated
C.merchandise inventory reported on the balance sheet is overstated
D.cost of merchandise sold is understated
第9题:
An administrator determines that performance has degraded for a WebSphere Commerce database. Which of the following steps should be performed to correct this problem?()
第10题:
Which statement is true when you run the SQL Tuning Advisor with limited scope?()