1Z0-117試験無料問題集「Oracle Database 11g Release 2: SQL Tuning 認定」
In Your Database, The Cursor_Shareing Parameter is set to EXACT. In the Employees table, the data is significantly skewed in the DEPTNO column. The value 10 is found in 97% of rows.
Examine the following command and out put.

Which three statements are correct?
Examine the following command and out put.

Which three statements are correct?
正解:A,C,E
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
You execute the following query for the first time:

Examine the SQL statement processing steps:
1.The value of the variable SAL is obtained to run the query.
2.The syntax of the query is checked
3.A parse tree for the query is generated
4.Semantics for the query are checked
5.The required rows are fetched
6.The SQL is executed to produce the required result.
Which is the correct order of execution of the above query?

Examine the SQL statement processing steps:
1.The value of the variable SAL is obtained to run the query.
2.The syntax of the query is checked
3.A parse tree for the query is generated
4.Semantics for the query are checked
5.The required rows are fetched
6.The SQL is executed to produce the required result.
Which is the correct order of execution of the above query?
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
View the Exhibit1 and examine the structure and indexes for the MYSALES table.

The application uses the MYSALES table to insert sales record. But this table is also extensively used for generating sales reports. The PROD_ID and CUST_ID columns are frequently used in the WHERE clause of the queries. These columns are frequently used in WHERE clause of the queries. These columns have few distinct values relative to the total number of rows in the table.
View exhibit 2 and examine one of the queries and its auto trace output.

What should you do to improve the performance of the query?

The application uses the MYSALES table to insert sales record. But this table is also extensively used for generating sales reports. The PROD_ID and CUST_ID columns are frequently used in the WHERE clause of the queries. These columns are frequently used in WHERE clause of the queries. These columns have few distinct values relative to the total number of rows in the table.
View exhibit 2 and examine one of the queries and its auto trace output.

What should you do to improve the performance of the query?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)