Is clustered index a primary key?



Is clustered index a primary key?..

Answer / Vikas Kumar Agarwal

No, a clustered index is not necessarily a primary key. A table can have only one primary key but multiple clustered indexes. However, the primary key can also be a clustered index.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do you go back in sql?

1 Answers  


Define select, insert, create, delete, update, drop keywords

1 Answers  


Explain about various levels of constraint.

1 Answers  


What is file based approach?

1 Answers  


how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.

16 Answers  


What is union, minus and interact commands?

1 Answers  


What is meant by truncate in sql?

1 Answers  


how to load data files into tables with 'mysqlimport'? : Sql dba

1 Answers  


How do you exit in sql?

1 Answers  


What is exception? What are the types of exceptions?

1 Answers  


What are the usage of SAVEPOINTS?

5 Answers  


Explain the structure of pl/sql in brief.

1 Answers  


Categories