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

What is bteq script in teradata?

0 Answers  


Why do Hash joins usually perform better than Merge Joins?

1 Answers  


What are the functions involved in shared information architecture?

0 Answers  


Highlight the need for Performance Tuning.

0 Answers  


Can we Suggest as how is the process to get a job in teradata in current market??Is it easier???

1 Answers   IBM,






What is the difference between fastload and multiload?

0 Answers  


What are the components used in smp and massively parallel processing (mpp) machines?

0 Answers  


What is the primary index in teradata?

0 Answers  


In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?

0 Answers  


Explain some differences between mpp and smp?

0 Answers  


how do you manage the production space. what are the proactive methods you can take ?

0 Answers  


What are the different table types that are supported by teradata?

0 Answers  


Categories