What is a clustered index?
Answer / pradeep
a clustered index is a indexin which both index and data
rows will be arranged in some particular sequence
datarows will be arranged based on the index in leaf pages
| Is This Answer Correct ? | 10 Yes | 3 No |
What is pagespace?
For Read Stability locks are not applicable for phantoms, What is Phantoms?
What is null value in db2?
What will the FREE command do to a plan?
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 is the FREE command?
Describe major components of db2?
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
What is the syntax for creating a table in the db2 database?
What is a DB2 bind?
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?
What is a trigger in the db2 database?