What is an index and types of indexes. How many number of
indexes can be used per table ?
Answer Posted / deepa
A table can have any number of indexes. However, the more indexes there are, the more overhead is incurred as the table is modified. Specifically, when rows are inserted or deleted, all indexes on the table must be updated as well. Also, when a column is updated, all indexes that contain the column must be updated.
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
What is sql keyword?
explain about mysql and its features. : Sql dba
How to test for null values?
What is sql indexing?
What packages are available to pl/sql developers?
What is inner join in sql?
Is subquery faster than join?
What information is needed to connect sql*plus an oracle server?
What is sql and its types?
What is meaning of <> in sql?
Does sap use sql?
What is nvarchar in sql?
What are the limitations of sql express?
Which software is used for pl sql programming?