How can you display the current date & current time ?
SELECT CURRENT DATE, CURRENT TIME FROM SYSIBM.SYSDUMMY1;
| Is This Answer Correct ? | 5 Yes | 0 No |
Describe what a storage group(STOGROUP) is?
select distinct(empid),distinct(dept),name from EMP will the above query work?
How to find schema of a table in db2?
What is reorg in database?
What is drop table?
What are the contents of dclgen?
When do you specify the isolation level? How?
What are host variables in db2?
How to resolve -407 sql code in DB2?
What is db2 bind?
What is index in db2?
What are catalog tables in db2?