Example of primary key and foreign key?

1 answer

Answer

1043965

2026-03-10 22:35

+ Follow

primary key means unique as well as non-nullable field for a table it supposed don't have duplicate value.

foreign key means is referential field in a table meanwhile is primary key for another table.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.