πŸ“Š Database Management System (DBMS)
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 )
πŸ’¬ Discuss
βœ… Correct Answer: (C) create table instructor (id, name, primary key (id))

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
534
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate