IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A
SAME TABLE?PLZ HELP ME BY GIVING THE ANSWER.THANK U.

Answers were Sorted based on User's Feedback



IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / ram

Absolutly No. One table can not have more than one PK. But
u can have 2 cols as 1 PK called Composite Primary Key.

Is This Answer Correct ?    40 Yes 0 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / rajiv senapati

A table can't have two primary key.

Is This Answer Correct ?    23 Yes 1 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / ram

Primary key
============
1. A table should have only one primary key
2. More than one column can consist of a primary key – upto
64 columns
3. Can not be NULL values (missing values)
4. Should be unique values (no duplicate value)

Foreign key
============
1. A table may have zero or more than that upto 32 keys
2. More than one column can consist a primary key – upto 64
columns
3. Can have NULL values
4. Can have duplicate values
5. There should be a corresponding primary key in the
parent table to enforce referential integrity for a foreign
key

Is This Answer Correct ?    16 Yes 1 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / maran

No No.. it shouldnt.. One table should have only one PK.

Is This Answer Correct ?    8 Yes 1 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / tdguy

There can be more than one primary key in TD. But PI should
always be one and can contain upto 16 columns. Performance
of Teradata is directly linked to PI. Row hash value (32
bit) is calculated from PI using the hashing function. This
hash value along with the uniqueness id (32 bit value)
helps in locating the amp.

Is This Answer Correct ?    3 Yes 0 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / tdguy

Hi,
Correction to the answer mentioned above. Only one PK can
be defined for a table-not null,not duplicate. But there
can be 32 secondary indexes. Thanks Santhosh.

Is This Answer Correct ?    1 Yes 0 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / lizy

please can you tell me Name at least three brands of
Database Management Systems. need it urgently thank you
very much

Is This Answer Correct ?    0 Yes 0 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / rajiv senapati

go through rdbms book by rajiv senapati and rajib mall

Is This Answer Correct ?    1 Yes 1 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / santosh kumar sarangi

Hi Tdguy, can you please tell me the syntax to create more
than one primary key for a single table.

Is This Answer Correct ?    0 Yes 0 No

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSW..

Answer / lizy

Is it possible to have more than one row on the same table
with the same foreign key. please help me by giveng this
answer thks

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Teradata Interview Questions

Explain fallback in teradata?

0 Answers  


How do you create a table with an existing structure of another table with data and with no data?

1 Answers  


How to identify ppi columns?

0 Answers  


write lock is compatiable with which type of lock?

6 Answers   Infosys,


Please tell me a query to find the Primary key,Foreign key,primary Index,PPI for the Database?

5 Answers  






While creating table my dba has fallback or no fallback in his ddl. What is that?

0 Answers  


Explain PDE.

0 Answers  


What is a clique?

0 Answers  


What are the steps to create a data model?

0 Answers  


Hi All, can anyone tell me how many types of Skew exists? whats the difference between amp skew,data skew,cpu skew, io skew, delta amp cpu ?

2 Answers  


how can i answer for question like teradat architecture in interveiw

4 Answers   TCS,


How many tables can you join in v2r5?

0 Answers  


Categories