R4R
Right Place For Right Person TM

How can I create the Index?

previous previous previous
Question:
How can I create the Index?

Question:How can I create the Index?


Answer
The CREATE INDEX statement is bassically use for the create indexes in tables. Its mainly Indexes allow the database application to find data fast, without reading the whole table. Syntax : CREATE INDEX index_name ON table_name (column_name) > When we would like to Unique Index then sysntax is .....but its have not alowed duplicacy : Syntax : CREATE UNIQUE INDEX index_name ON table_name (column_name)

By:UMANG
Date:

How can I create the Index?

Post Your Answers


User Name:
Answers:

Related Links

  1. What is the use of FIRST() Function?
  2. What is the use of LAST() Function?
  3. What is the use of UCASE() Function?
  4. What is the use of LCASE() Function?
  5. What is the use of MID() Function?
  6. what is the use of LEN() Function?
  7. HOW can i use the ROUND() Function?
  8. How can i use to the NOW() Function?
  9. How can i use to the FORMAT() Function?

Question:How can I create the Index?

Back Home Next

New Updates

Topics

Topics

R4R
R4R
R4R
R4R
R4R
R4R
R4R
R4R