what is referential constraints?how do you implement RI in
teradata?

Answers were Sorted based on User's Feedback



what is referential constraints?how do you implement RI in teradata?..

Answer / tdguy

Referential Integrity is based upon how Primary and Foreign
keys are defined. Because of this rule, a referenced column
must be a Primary Key or must be Unique and Not Null. Using
create or alter statement, FK can be created.

Is This Answer Correct ?    3 Yes 0 No

what is referential constraints?how do you implement RI in teradata?..

Answer / yuvaevergreen

Referential constraints define a relationship between two or
more attributes between two tables. RI can be implemented
between two tables using FOREIGN KEY option in create table.
FOREIGN KEY (b) REFERENCES WITH NO CHECK OPTION tb1(a));
CHECK or NO CHECK option can be used.
CHECK option - batch RI constraint.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Teradata Interview Questions

How do you design aggregate tables using teradata?

1 Answers  


In BTEQ, how are the session-mode parameters being set?

0 Answers  


What is a sparse index?

0 Answers  


What do high confidence, low confidence and no confidence mean in explain plan?

0 Answers  


What is a level of granularity of a fact table?

0 Answers  






What is the command in bteq to check for session settings ?

0 Answers  


What is a node in teradata? Explain

0 Answers  


What is the function of parser component in teradata?

0 Answers  


What are the differences between TerdataV2R5 and V12 Versions please??

3 Answers  


Why teradata is used?

0 Answers  


Differentiate primary key and partition key?

0 Answers  


What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How we improve the query performance .

5 Answers   Accenture,


Categories