Answers for "under 1 primary key 2 colums"

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 "under 1 primary key 2 colums"

Code answers related to "SQL"

Browse Popular Code Answers by Language