consider the table actorid,actor name,dob,city,nootmovies except actor I'd no columns are unique the table 3 inexes as follows
Answers
Answered by
0
Explanation:
In MySQL, a primary key is a single field or combination of fields that uniquely defines a record. None of the fields that are part of the primary key can contain a NULL value. A table can have only one primary key.
Similar questions