What is the format (internal layout) of ?TIMESTAMP??
Answer / s
yyyy mm dd hh mm ss nnnnnn
2 + 1 + 1 +1+ 1+ 1+ 3 = 10
Internal representation of TIMESTAMP is a string of 10
bytes. One byte for two packed decimal digits.
| Is This Answer Correct ? | 1 Yes | 2 No |
What do you need to do before you do EXPLAIN ?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
What is db2 connect?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is reorg?
Where is the output of EXPLAIN stored?
Is it possible to precompile if db2 goes down?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
how do you resolve -805?
How to take backup of table in db2?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?