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 )
Answer» C. create table instructor (id, name, primary key (id))
2.9k
0
Do you find this helpful?
14

Discussion

No comments yet

Related MCQs