How do you create a unique index?



How do you create a unique index?..

Answer / Abhinay Kandrap Kumar

To create a unique index in SQL, you use the CREATE UNIQUE INDEX command. Here's an example: `CREATE UNIQUE INDEX index_name ON table_name (column_name);`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What steps server process has to take to execute an update statement?

1 Answers  


Does a join table need a primary key?

1 Answers  


What are the 3 modes of parameter?

1 Answers  


What does data normalization mean?

1 Answers  


who introduced sql?

1 Answers  


What is cursor in pl sql?

1 Answers  


What is the difference between null value, zero, and blank space?

1 Answers  


Can a view be mutating? If yes, then how?

1 Answers  


what are ddl statements in mysql? : Sql dba

1 Answers  


How to run sql statements with oracle sql developer?

1 Answers  


What type of database is cloud sql?

1 Answers  


What are the advantages of pl sql over sql?

1 Answers  


Categories