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
How to rename a column in the output of sql query?
What does 0 mean in sql?
what is the use of double ampersand (&&) in sql queries?
Describe sql comments?
What are the types of functions in sql?
What is the purpose of design view?
How insert into statements in sql?
What is sql profiling in oracle?
what are different types of keys in sql?
Why is stored procedure faster than query?
what is myisam? : Sql dba
Can we create index on primary key?
What is error ora-12154: tns:could not resolve the connect identifier specified?
what are the advantages of using stored procedures? : Sql dba
Why trigger is used in sql?