Create Table Statement

How are candidate key that are not primary key indicated in the create table statement?

Questions by lollypoplurve

Showing Answers 1 - 3 of 3 Answers

ravinder

  • May 4th, 2012
 

create table table_name
(ename varchar(9),
eno number(9),
edob date,
egrade varchar(9),
primary key(ename,eno);

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions