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 does the CHECK Utility do ?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
What is the difference between cursor and select statement?
What is a page in db2?
What is buffer pool in the db2 database?
What language is db2 written in?
What is ACQUIRE/RELEASE in BIND?
What does DSNDB07 database do?
How can you find out which query is taking lot of time to execute in cobol-db2 program ?
Suppose if I need to update a column, how you do that using cursor?
what is a trigger and types of triggers
wht displays the number of times a query modified ?