Can I use LOCK TABLE on a view?
Answer / s
You can use LOCK TABLE on any table. View is not a
physical object.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is a view? Why use it?
How to resolve -407 sql code in DB2?
When DB2 connection fails, will online program work or give errors.
Is db2 a mainframe?
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
If we have 100 records in the PF, we deleted all the records then what is the Size of the PF?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What are host variables in db2?
Explain what a plan is?
where will u check for sqlcode ?