What is query for your birthday date should be in hours,minute
and seconds format?



What is query for your birthday date should be in hours,minute and seconds format?..

Answer / saikishore

select TIMESTAMP(DATECOLUMN)
FROM TABLE1

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More DB2 Interview Questions

Can one database have multiple instances?

0 Answers  


List down the data types in the db2 database.

0 Answers  


can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?

1 Answers  


What is the use of commit in db2?

0 Answers  


Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?

8 Answers  






Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?

1 Answers  


How are write I/Os from the buffer pool executed?

1 Answers  


Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.

6 Answers   IBM,


What is the difference between plan and package in db2?

0 Answers  


What is declare cursor?

0 Answers  


What is bind and rebind in db2?

0 Answers  


What is db2 purescale?

0 Answers  


Categories