What is sort component in abinitio?
difference between view and index ?
What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?
How did the Department determine the new total annual compensation requirement for highly compensated employees (HCEs)?
What are phagocytic cells (macrophages)?
Tell me how can we automatically escape incoming data?
Define iframe in html.
What is the naming convention in cakephp?
What are tuples in python?
What about the test case if the field only takes a certain number of characters or a minimum number?
Can we have more than one package statement in the source file?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What are the benefits spring framework?
Is .value() the proper way to set app-wide constant and how to retrieve it in a controller?