What is the criteria while applying index to any column on
any table.
Answer Posted / vijay_1994
index syntax
-----------------
create index index_name on table_name (column_name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what does plv msg allows you to do?
What is substitution variable?
What is sql constant?
Can I create table without primary key?
Is sql sequential or random?
What does an inner join do?
Do foreign keys improve performance?
How do I create a sql database?
What is the difference between count 1 and count (*) in a sql query?
How to process query result in pl/sql?
what is a trigger in mysql? : Sql dba
What is normalization in sql?
What are crud methods?
What is indexing oracle sql?
What is cold data?