How can you display the current date & current time ?
Answer Posted / mr. cooooool
SELECT CURRENT DATE, CURRENT TIME FROM SYSIBM.SYSDUMMY1;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is check constraint in db2?
How do I optimize a query in db2?
What is drop table?
what is the sqlcode -501
Which command is used to remove all rows from a table?
What is table space in db2?
Which isolation level provides highest data integrity?
What is deadlock in db2?
Name the various locking levels available?
List down the data types in the db2 database.
What is rct?
What is the difference between oracle and db2?
What is explain in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is alias in db2?