what is different three logs in DB2?
Answer / sravani
active log,archieve log, bootstrap dataset is also a log
| Is This Answer Correct ? | 8 Yes | 0 No |
What is RUNSTATS?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
Why select is not preferred in embedded sql programs?
select 100 records from million records ?
Which component is responsible for db2 startup and shutdown?
How many sub queries can you combine together ?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
How does DB2 use multiple table indexes?
Explain the EXPLAIN statement?
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
What else is there in the PLAN apart from the access path?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?