Q. The relation with primary key can be created using (Solved)

1. create table instructor (id, name)

2. create table instructor (id, name, primary key(name))

3. create table instructor (id, name, primary key (id))

4. create table instructor ( id unique, name )

  • c. create table instructor (id, name, primary key (id))
Subscribe Now

Get All Updates & News