What type of database is db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is sqlca’s maximum length?
How do you simulate the EXPLAIN of an embedded SQL statement in SPUFI/QMF? Give an example with a host variable in WHERE clause)
Explain various types of locks in db2?
What is PRIME TABLE and what are the uses of it
What do you mean by rollback?
What are the four lockable units for DB2?
How do I add a column in db2?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What are the functions of Bind?
how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
can all users have the privilage to use the sql statement select * (dml)?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it