When we give SELECT * FROM EMP; How does oracle respond?
Answer Posted / rahul vishwakarma
When we execute this command then the Oracle engine start
the process and terieve the values and store them in
IMPLICIT CURSOR then the values from this cursor are send
to the user panel
| Is This Answer Correct ? | 27 Yes | 9 No |
Post New Answer View All Answers
What is foreign key and example?
How subquery works in sql?
Is drop table faster than truncate?
What are different joins used in sql?
Can we debug stored procedure?
What is the difference between distinct and unique in sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What are predefined functions in sql?
What is the difference between nested table and varray?
Which sql statement is used to return only different values?
Which command is used to call a stored procedure?
What is a Mapplet?
how to return query output in html format? : Sql dba
Why schema is used in sql?
What are the types pl/sql code blocks?