Answers for "what do we call a primary key that consists of multiple columns in a table"

SQL
0

primary key multiple colums

ALTER TABLE Student
ADD CONSTRAINT PK_Student PRIMARY KEY (Rollno,LastName);
Posted by: Guest on July-06-2021

Code answers related to "what do we call a primary key that consists of multiple columns in a table"

Code answers related to "SQL"

Browse Popular Code Answers by Language