When we give SELECT * FROM EMP; How does oracle respond?

Answer Posted / radha sri seshu.kolla

when we fire select * from emp; first oracle engine checks
the data dictionary called user_tables. if the table emp
existed then it checks all permissions then contacts the
data dictionary called user_tab_columns, and according to
the given condition the sql statement will be executed

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I speed up sql query?

704


what is an index? : Sql dba

716


What is fmtonly in sql?

720


What is the execution plan in sql?

755


What is memory optimized?

745






What is optimistic concurrency control? : Transact sql

742


Explain the uses of a database trigger?

778


Explain what is rdbms?

776


Can we create table in function?

730


What is data definition language?

798


How do I pipe the output of one isql to another?

718


what are the system privileges that are required by a schema owner (user) to create a trigger on a table?

809


How do you copy a table in sql?

746


How do I trace sql profiler?

702


How many clustered indexes can you have?

726