steve needs to create a table with the students. the table should have a composite unique key that is created by using the Roll_no and Class column.
table has Students (Roll_No int, class int, first_name varchar(20), Last_name varchar(20), Address varchar(20))
Answer It Please...
Bikesh SrivastavaPosted Oct 22, 2016, 9:45 AM
Salman BegPosted Oct 22, 2016, 5:49 AM
Otherwise you can do like this,