Mention the length of physical storage of the given data types of db2 – date, timestamp, time
how to take the back up of the DB2 table.
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.
What are bind parameters in db2?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
how can i pull up a query which was previously stored in qmf
What is a correlated sub query?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
Why do we need reorg in db2?
What are union and union all?
DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?