How to rename an index?
Answer / Suraj Prakash Tiwari
To rename an index in Oracle Database, you can use the `ALTER INDEX` command with the `RENAME` option like this: `ALTER INDEX <index_name> RENAME TO <new_index_name>;`
| Is This Answer Correct ? | 0 Yes | 0 No |
1) Does oracle have any table which contain all the exceptions and it's code internally?
when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?
what is primary key and foreign key when and where have to use
what is the uses of cusor
How to find the duplicate rows count from employees table in oracle?
when loggined as SYSTEM,how to display all the users of database using sql query?
What is key preserved table?
How to grant create session privilege to a user in oracle?
What are the different approaches used by Optimizer in choosing an execution plan ?
What is different bet native dynamic sql and Dbms_Sql?
How to start your 10g xe server from command line?
What is meant by an index?