can all users have the privilage to use the sql statement select * (dml)?
No Answer is Posted For this Question
Be the First to Post Answer
Which are the db2 tools to protect integrity of the database?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
What are the isolation levels possible ?
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
i want to maintain uniqueness on pdf without make lf??????????
Can a array declared with an index be displayed(readable format) in spool?
What is concurrency?
How do I import a csv file into db2?
What is a plan and package in db2?
The only place of VSAM KSDS in DB2 is?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.