Which component is used to execute the sql statements?
No Answer is Posted For this Question
Be the First to Post Answer
List out the three types of page locks that can be held.
What is cursor in dbms?
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
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
What is innodb buffer pool?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
What are PACKAGES ?
What is auditing?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
How Plan is created while executing the query using SPUFI?