What is DYNSLT keyword? How do you perform selection using DYNSLT
How to compare data between two tables in db2?
What is a storage group (stogroup)?
What is a view? Why use it?
What is the difference between bind and rebind in db2?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
How do you select a row using indexes in db2?
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?
select 100 records from million records ?
What is the self-referencing constraint?
what are the bind parameters?