suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??
5 9672Post New Keane India Ltd SQL PLSQL Interview Questions
Why is a trigger used?
What is private procedure oracle?
Do you know what is made to order scenario or make-to-stock scenario? SO, in the make-to-order scenario, what’s the integration touchpoint that you figure MRP? My question is when you have a make-to-order scenario, how does MRP will be figured? How system know that when you create a sale order whether the sale order is calling for make to order or make to the stock type of order, which data determined this is made to order make to stock…. The system should understand when I create an order, whether it’s made to order or make to stock, so which parameter which value that system will be determined based on that system will say okay this make to order so I need to I mean the system has to go to the next level then it’s going to the MRP all the subsequent planning will be taken taking place, what’s the parameter that we have to check?
Write the code for adding new elements dynamically?
How to install our web application in iis web server?
What are events types?
What are the apex data types?
Does facebook use php framework?
What are the data types present in bo? What happens if we implement view in the designer and report?
Explain about electroporation of oligo?
Replication causes data redundancy then why is pursued in hdfs?
Explain in brief about the important file and folder when you create a new app?
What is azure cosmos db?
What are the implicit member functions of class?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance