Can a table have two primary keys?
Answer Posted / hari
no. a table can have only one primary key.some times table
can use composite primary key
ex create table std
(stdid bigint(10) not null,
e mailid varchar(20) not null);
primary key(stdid,e mailid)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to set up sql*plus output format in oracle?
Which command is used to call a stored procedure?
What is query syntax?
Explain the the update statement in sql?
Which is better varchar or nvarchar?
How does cross join work in sql?
What is sql mysql pl sql oracle?
How can we store rows in PL/SQL using array?
give the syntax of grant and revoke commands? : Sql dba
Does sql*plus also have a pl/sql engine?
What is rownum in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is sql injection owasp?
What is the use of <> sql?
which types of join is used in sql widely? : Sql dba