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
What is package in pl sql with an examples?
Can you skip header records while loading? : aql loader
What packages are available to pl/sql developers?
What is partition in sql query?
What is sql and its types?
What is the difference between left outer join and left join?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
Write an sql query to select all records from the table?
What is a temporal data type?
What are tables and fields in the database?
What is substitution variable?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
Which sql most popular?
What is the difference between a database and a relational database?
How is a process of pl/sql compiled?