What is a LIKE table and how is it created?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
the like will create the same table structure and it will
not copy data from existing table.
| Is This Answer Correct ? | 2 Yes | 0 No |
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
What is ibm db2 client?
how do you resolve -818 error in db2. where we have to see time stamp token. i said by seeing in load module and plan .is it correct or not. give clear explination for how to see time stamp token
Explain various types of locks in db2?
What is a recovery log?
What is a synonym? How is it used?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?
Q4. How will you get the count of record without using COUNT verb in query?
what is the difference between join and union?
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'
What do you mean by rollback?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?