What is meant by union and union all?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
What is a collection in db2?
What is meant by isolation level?
How can you do the explain of a dynamic sql statement?
wht is d/f between union and joins ?
what is consistency token
Mention the downsides of page level lock.
What is a predicate?
If I have a view which is a join of two or more tables, can this view be updateable?
What is dbrm library?