GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Scope and Application

 Print  |  
Question:  What is the result of following query 'select * from po_headers'?



November 11, 2005 09:28:17 #2
 Anoo   Member Since: Visitor    Total Comments: N/A 

RE: what is the result of following query 'select * fr...
 

It will not return any row because it is just a view. Usually the difference between tables and views are tables are suffixed with 'ALL' like po_headers_all. If you wanna select from the view then you need to setup the Org_id and then you can get the data. 

Hope this would help

     

 

Back To Question