Mention the various locks that are available in db2.
No Answer is Posted For this Question
Be the First to Post Answer
What is the SQL query to select, delete and get count of duplicate rows in DB2?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
What type of database is db2?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
How to find last record before record through SQLRPGLE?
What is difference between *omit and *nopass?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What is the command used by TSO users to invoke DB2?
How Plan is created while executing the query using SPUFI?
What is null value in db2?
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
how to execute qcmdexc in rpgle?plz write code also?