What is the physical storage length of each of the
following DB2 data types: DATE, TIME, TIMESTAMP?
Answer / sadiq afroze
DATE: 4bytes
TIME: 3bytes
TIMESTAMP: 10bytes
| Is This Answer Correct ? | 17 Yes | 1 No |
What are foreign keys?
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
Why do we use cursor?
What does it mean if the null indicator has -1, 0, -2?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
What is a buffer pool?
how we will do null data selection in cobol-db2 program
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
How to fetch the last row from the table in SQL (db2)?
What is the purpose of the DSNC transaction ?
What are the four lockable units for DB2?
What is a dbrm in db2?