GeekInterview.com
  I am new, Sign me up!
 

Oracle Interview Questions


Oracle Interview Questions

Questions: 1775
Comments: 4671
 Showing Questions 11-20 of 81 Questions
<< Previous 1 [2] 3 4 5 6 7 8 9 Next >>
 Sponsored Links

 
 Oracle Interview Questions
Sorting Options :  

Query 1. SELECT sal FROM emp e WHERE sal < any (SELECT sal FROM empWHERE empno=e.mgr) (o/p:11 row) Query 2. SELECT SAL FROM emp e WHERE sal < any (SELECT sal FROM empWHERE mgr=e.empno) (o/p:1 
Latest Answer: how this query is possible i dont know, how the emp number and manager number will be same, i think the query in meaning less r am not understanding properly i dont know,,,, Let some one explain this...! ...

What is the difference between pair wise & non pair wise comparison in a multiple column subquery. In which case are these used? 
Latest Answer: In pair wise comparison we write like this:"where (MGR_ID, DEPT_ID) IN (SUBQUERY)"IN non pair wise comparison we write like this:"where (MGR_ID) IN (SUBQUERY)and (DEPT_ID) IN (SUBQUERY)"In first one we are checking two columns simultaneously ...

What is the actual processing being done at backend or server side to retrive the data or complete the DML operation. 
View Question | Asked by : snehalberde

In PL/SQL if we write select statement with INTO clause it may return two exceptions NO_DATA_FOUND or TOO_MANY_ROW .To avoid these execeptions. How do you write SQL statement in alternative way? 
Latest Answer: can take count of the actual query and based upon the count you can proceed likeSELECT empname INTO v_empname FROM Employee WHERE job = 'MANAGER'; Instead of this you can first check the countSELECT COUNT(1) INTO v_cntmanager FROM ...

How to repair the tnsnames.ora file. File is completely corrupted and you get network adapter errors and TNS resolve error after restarting the machine. 
View Question | Asked by : dell1979

How to create LOV dynamically at runtime & attach to text field? 
View Question | Asked by : rudhra97

What is execution hierarchy in execution in Oracle forms? 
View Question | Asked by : rudhra97

In order to 'Compute Sum' clause in the SQL reports which of the following is mandatory1) Break on 2) Order by 3) Set page size 4) Set feedback 
View Question | Asked by : rudhra97

How can we force the database to use the user specified rollback segment? 
View Question | Asked by : rudhra97

What will be the outputdbms_shared_pool.keep('sys.standard','p'); 
View Question | Asked by : rudhra97

View page << Previous 1 [2] 3 4 5 6 7 8 9 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape