How is the value function used?
No Answer is Posted For this Question
Be the First to Post Answer
Is it mandatory to use DCLGEN? If not, why would you use it at all?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?
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?
List out the buffer pools in db2
What is a lock?
What is meant by index cardinality?
What technique is used to retrieve data from more than one table in a single SQL statement?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
What is a root page?
can i code union in cobol-db2 pgm ?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
Can I use LOCK TABLE on a view?