2
Reply

Query to get records using Keys

Ask a question
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...

Answers (2)