1-Primary key is one or more columns in a table used for uniquely identify every row in the table.
2-Primary key will not allow duplicates values.
3-Primary key will not allow NULL values.
4-Only one primary key in a table.
5-Primary key cannot be LONG data types.
6-Unique index created automatically.
Copyright ©2022 coderraj.com. All Rights Reserved.