When the like statement is used?
No Answer is Posted For this Question
Be the First to Post Answer
What action db2 takes when a program aborts in the middle of a transaction?
What is plan in cobol db2?
how to copy the host variables from ps file into cobol program other than include statement
What is a DB2 bind?
What is the difference between group by and order by?
Are view updateable?
What is the difference between nvl and coalesce?
How does DB2 use multiple table indexes?
How is a typical DB2 batch program executed ?
What is dbrm? What it contains? When it will be created?
what is the maximum number of tables that can be joined ?
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?