a) Create table instructor (Id, Name)
b) Create table instructor (Id, Name, primary key(name))
c) Create table instructor (Id, Name, primary key (Id))
d) Create table instructor ( Id unique, Name )
The relation with primary key can be created using
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The relation with primary key can be created using
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!