Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Tech Mahindra DB2 Interview Questions
Questions Answers Views Company eMail

How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?

2 10376

What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?

3 12311

what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?

3 16525

I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!

17 22442

how do we solve soc 7 and soc4 ?

3 9111

how can you access index

4 8070

PLAN IS EXECUTABLE AND PACKAGE IS NOT EXECUTABLE . THEN WHAT IS THE USE OF PACKAGE?

2 14559

Post New Tech Mahindra DB2 Interview Questions


Tech Mahindra DB2 Interview Questions


Un-Answered Questions

T is a tree and V is a vertex of T of maximum degree in T, say the degree of V in n. Prove that T has atleast n vertices of degree 1.

1472


Explain the difference between an Interface and an Abstract class?

617


What do you mean by replication factor?

51


Why do you like to work with us?

726


What is ms word excel powerpoint?

303






How do you put a watermark in powerpoint?

99


How do I fix a corrupted hard drive without formatting?

523


Is django framework good?

217


Can you write to the file system from flex? : adobe flex action script

3


What are the differences between c and python?

478


If we force XML for web design, the browzer size will reduce. How?

1631


Can we connect to ORACLE db using Windows Authentication?

710


What is dogpile effect?

442


Explain importance of solanaceae?

564


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1749