A

Admin • 833.24K Points
Coach

Q. The relation with primary key can be created using

  • (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 )

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.