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

Answer Posted / ch. nageswar subudhi

Hi All,


When we'll excute any type of Query or SELECT statment in
the SQL prompt. There are some steps proceed through which
we'll get proper results. These steps are given belows

1. After write the Query
2. First it Parses according to their priority. (i.e Check
the Correct syntax)
3. Binding the variables
4. Fetch for proper data from proper table or not
5. Execute the whole query
6. Finally u'll got OUTPUT.

Regards\
Nageswar

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is sql a scripting language?

524


Is oracle and sql same?

577


what is try_catch block in procedure

1195


Why we use stored procedure instead of query?

540


What is cte sql?

518






Why function is used in sql?

524


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

1531


Which one is faster ienumerable or iqueryable?

490


How do I edit a stored procedure?

559


What are two statement types in sql?

540


What are stuff and replace function?

578


How does a trigger work?

541


What is difference between my sql and sql?

532


How to run sql statements with oracle sql developer?

625


What is the difference between the conventional and direct path loader? : aql loader

654