If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
1 9564What is difference between "terms of payment" and "payment terms" Fields are available in vendor master purchasing view and accounting view respectively. System can take two differnt values for same vendor? why different values are maintained?
8 34810Can you configure two diff free goods items for one single Item? Example- on purchasing of item a u wants to give item b
19 37141if tester found some bugs in the application then which format they will send it to development team.
4 9031What is the use of cursor ? how cursor allocate context area for executing the sql statement?
4 16445Post New HCL Interview Questions
What is an outgoing link?
Which disease occurs due to the deficiency of vitamin "d"?
How to Connect to a remote CORBA server?
What are the various ways to execute a query in teradata?
Explain about precipitation reaction?
what is the necessary keyword needed to scroll subfile records?
How to redirect the output of a python script from standout(ie., A monitor) on to a file?
What is spring jdbctemplate class and how to use it?
How to use tomcat jndi datasource in a spring web application?
I get an exception if I remove the static modifier from main?
What is the default file format to import data using Apache Sqoop?
what authentication modes does sql server support? : Sql server database administration
Explain ngfor directive with an example?
A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.
What is the function of dynamic typing?