Example & Tutorial understanding programming in easy ways.

What is primary Key?

Primary key is the attribute or set of attribute by which we can uniquely identify the tuple.

-Primary key attribute can not be NULL.

-Primary key attribute can not contain duplicate data.

Read More →