What is scrollable cursor in db2?
No Answer is Posted For this Question
Be the First to Post Answer
How do you prepare a COBOL + DB2 program from coading till execution ?
What is a SELECT statement?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
Once you create a view, where would information about the view be stored?
Describe major components of db2?
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
What is temporal table in db2?
What do you mean by between and in? Is between inclusive of specified range values?
How can you find out the # of rows updated after an update statement?
When is the skeleton cursor table created?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?