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 meant by index cardinality?
How to find primary key of a table in db2?
What is subquery ?
Why select is not preferred in embedded sql programs?
What is the self-referencing constraint?
What are the various locks available?
How to create backup table in db2?
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
What is a view? Why use it?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
Can any one tell me about Restart logic in DB2.
What are the three lock types?