What is a trigger in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
Which is faster delete or truncate?
What is the physical storage length of time data type?
How can you quickly find out the number of rows updated after an update statement?
What is rct?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
For Read Stability locks are not applicable for phantoms, What is Phantoms?
What does the CHECK Utility do ?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
How do you retrieve the data from a nullable column?
What is a DB2 bind?