Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Jul 9, 2017
How about adding a little more reference to your question? Are we talking about databases here?rajmanishawhat is primary key? -
@neeraj-iAaNcG • Jul 9, 2017
#-Link-Snipped-#rajmanishawhat is primary key? -
@shweta-pzk2Ut • Jul 10, 2017
In context of DBMS, primary key is a column in a table that uniquely identifies the rows of that table.Several rows of a table can have similar value for a column but in case if that column is a primary key for that table, it can't be same.
In addition to uniquely identifying a row, it also ensures that there cannot be any null value in that column(if it is the primary key for that table)
A simple example:

Here Roll No. column is the primary key of this table so values in that column cannot be same,but name and marks can have similar values. -
@vinod12345madhu-FwUje1 • Aug 14, 2017
your aadhar number (Social security number ) in the US, Driving license number etc all can be your your primary key.rajmanishawhat is primary key?