i'm a m.c.a student. how to give a perfect self introduction. in what order i should tell about my educational qualification.
3 22642if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
4 8112Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
3 10126If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
4 10059i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
3 7246Post New UST Interview Questions
What is operator overloading?
java pgme for class members hours:minutes:seconds then the constructor expects milliseconds as assignment and initialize data members the members function print hh:mm:ss 90,000 milliseconds passed in constructor then the output is 00:01:30
Write a program to check for a prime number in java?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
What is button group?
How can I type in cmd?
Is not null in sql?
What are skinny tables?
Do you know what is normalize in bootstrap?
what is a synchronizing lamp ?
Define the term person?
Do I still have to cycle the services on fail back like in 2000 active/passive mode?
what is the apt definitions for apparent power ,active power and reactive power?and explanation about different types of lamps?
What is the difference between singleton and static class in sap abap ?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);