IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A
SAME TABLE?PLZ HELP ME BY GIVING THE ANSWER.THANK U.
Answer Posted / 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 |
Post New Answer View All Answers
Can we collect statistics on multiple columns?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
What is the difference between teradata and oracle?
Why do you get spool space errors? How do trouble-shoot them?
What's the difference between timestamp (0) and timestamp (6)?
What is called partitioned primary index (ppi)?
How to load specific no.of records using bteq, or fastload,or multiload
How to view every column and the columns contained in indexes in teradata?
If Fast Load Script fails and only the error tables are made available to you, then how will you restart?
Explain the term 'columns' related to relational database management system?
What do you mean by tpt in teradata?
What is the command in bteq to check for session settings ?
Discuss the advantages of using partitioned primary index in a query?
How would you load a very large file in teradata in general? What utility would you use for it? Why?
What is the use of fallback?