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
what does myisamchk do? : Sql dba
Who is the owner of mysql database?
what happens if you no create privilege in a database? : Sql dba
Mention what is the use of function "module procedure" in pl/sql?
how many values can the set function of mysql take? : Sql dba
Can you skip header records while loading? : aql loader
What does the acronym acid stand for in database management?
What is pls integer?
Can we insert data into materialized view?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What are %type and %rowtype for?
What is a sql select statement?
what is the use of double ampersand (&&) in sql queries?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
What are the types of sql commands?