What are the commands youd issue to show the explain plan
for select

Answers were Sorted based on User's Feedback



What are the commands youd issue to show the explain plan for select..

Answer / saraswathi muthuraman

SQL> explain plan for select * from dual;

Explained.

SQL> select
substr (lpad(' ', level-1) || operation || ' (' || options
|| ')',1,30 ) "Operation",
object_name
"Object"
from
plan_table
start with id = 0
connect by prior id=parent_id;


SELECT STATEMENT ()
TABLE ACCESS (FULL)
DUAL

2 rows selected.

Is This Answer Correct ?    1 Yes 0 No

What are the commands youd issue to show the explain plan for select..

Answer / venkateswararao

from dual?

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

How to find the duplicate rows count from employees table in oracle?

0 Answers  


What is the dynamic sql in oracle?

0 Answers  


What is a public synonym?

1 Answers  


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

0 Answers  


Explain the truncate in oracle?

0 Answers  






How to define a variable of a specific record type?

0 Answers  


What is the difference between a primary key & a unique key?

0 Answers  


How does Oracle guarantee data integrity of data changes?

0 Answers  


In which language oracle has been developed?

0 Answers  


Why does oracle 9i treat an empty string as null?

0 Answers  


when loggined as SYSTEM,how to display all the users of database using sql query?

2 Answers  


What is the max number of columns in an oracle table?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)