What is correlated subquery?
Answer / s
Correlated subquery refers to atleast one column of the
outer query. The correlated subquery is evaluated for each
qualifying row from the outer query.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is db2 free?
What is the maximum number of tables that can be stored on a Partitioned Table Space ?
What is blu acceleration in db2?
Can we update view in db2?
What type of database is db2?
How can you classify the locks in db2?
Explain db2.
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
What can the Locate option of the Repair Utility accomplish?
Update command
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is cursor stability?