What is performance tuning db2?
Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
what are stage one indexable predicates?
What is an access path?
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
What is the purpose of the WHENEVER statement?
how can we retrieve the 100 records of the file ?
What keyword does an SQL SELECT statement use for a string search?
What is clone table?
What is a bind in db2?
What is the difference between base table and view?
how to u check the query is executing or not ?where will u check for sqlcode ?