The Relation With Primary Key Can Be Created Using #478
The relation with primary key can be created using
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 Database Systems Design and Implementation - Reduction to Relational Schemas - Quiz No.1.
The relation with primary key can be created using
Create table instructor (Id, Name)
Create table instructor (Id, Name, primary key(name))
Create table instructor (Id, Name, primary key (Id))
Create table instructor ( Id unique, Name )
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes