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 |
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is db2 purescale?
What is a Cartesian product?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How we create a tables in db2,what is the process/syntax to create a table with example plz?
what is the maximum number of tables that can be joined ?
What are the 2 sqlcodes that are returned?
What is the difference between spufi and qmf?
What does the CHECK Utility do ?
What is a cursor and what is its function?
How to retrieve rows from a db2 table in embedded sql?
What will the FREE command do to a plan?