Answers for "how to create a primary key with multiple columns"

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 "how to create a primary key with multiple columns"

Code answers related to "SQL"

Browse Popular Code Answers by Language