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  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  Do you know what a local lookup is?



December 12, 2006 04:36:54 #4
 mukund   Member Since: Visitor    Total Comments: N/A 

RE: Do you know what a local lookup is?
 

Hi,

lookup_local funtion retrieves the first matching record from a partitioned multifile,which is partitioned on a particular key.

consider a lookup file "emp_detail" which is having the fields emp_id,emp_name,dept and is partitioned on emp_id.

use,

lookup_local("emp_detail","456A"),then u will get matching record for "456A" . where "456A" is the one of the emp_id.

hope this helps u

mukund

     

 

Back To Question