Is primary key indexed by default?



Is primary key indexed by default?..

Answer / Abhineet Kumar Saxena

Yes, in PostgreSQL, a primary key is automatically indexed with a unique index. This helps to improve the performance of queries that use the primary key.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How big can a postgres database be?

1 Answers  


How do I view blob data?

1 Answers  


How do you delete data on pgadmin?

1 Answers  


Explain about Write Ahead logging?

1 Answers  


What is sequences in postgresql?

1 Answers  


Do foreign keys speed up queries?

1 Answers  


What is postgresql jdbc driver?

1 Answers  


What is pg_catalog?

1 Answers  


What is pg pool?

1 Answers  


What is the use of vacuum in postgresql?

1 Answers  


Where is pgadmin installed?

1 Answers  


How do you enter data in pgadmin4?

1 Answers  


Categories