when a query is made on Logical file in DB2/400, will the
records satisfying select/omit criterion be fetched from all
members of physical file or only the member with same name as
physical file?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
What is the difference between save and create method of activerecord?
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above
2 Answers iNautix, National Investment Commission,
hi viewers, tell me,what is scripting and programming, define and difference...pls
Write a pascal program to calculate the sum of the first 100 even number and odd number
A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps
Difference between HTML and DHTML?
What are the other ways to create an object with out calling new keyword in java?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
how to convert hashmap to arraylist with iteration