Answers for "what is a primary key in information technology"

SQL
1

what is primary key

PRIMARY KEY  -- unique identifier for the entire row of record in a table 
             -- can not be null and must be unique
Posted by: Guest on January-07-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language