How do I add a column in db2?
No Answer is Posted For this Question
Be the First to Post Answer
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is deadlock?
How Plan is created while executing the query using SPUFI?
What is the picture clause of the null indicator variable?
what is plan? is plan executable or package?
what is dynamic cursor?gives syntax for this?
what is rebinding ?
What is correlated subquery?
difference between group clause and order clause
Once you create a view, where would information about the view be stored?
i have one file having 100 of records? i want to display it like 20 records in one column and 20 records in another column total 40 records per page ? how ?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?