What is an index and types of indexes. How many number of
indexes can be used per table ?
Answer Posted / diptabhaskar ray
the ordering of a table in a database is called index.it
helps in fast access to the specific information.the column
suitable for index should be a primary key or a foreign
key,should be sorted,joins should be allowed and users will
search for data.clustered index and non clustered index.
| Is This Answer Correct ? | 20 Yes | 17 No |
Post New Answer View All Answers
How can you load microsoft excel data into oracle? : aql loader
What is the difference between pl and sql?
Can a select statement fire a trigger?
Compare sql & pl/sql
What is a call statement? Explain with an example.
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What is a pdo connection?
Can we insert data in view?
What language is oracle sql developer?
What are the two types of exceptions.
How do I add a database to sql?
Show the cursor attributes of pl/sql.
What mean sql?
Is a view faster than a stored procedure?
Can we rollback truncate?