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 can we analyze the locks ?

0 Answers   HP,


What are the various indexes in teradata?

0 Answers  


Give some points about Teradata Viewpoint ?

3 Answers   Teradata,


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

0 Answers  


What are the primary characteristics of the Teradata.

0 Answers  


Difference between client character set and server character set? What is the use of these two?default character set in teradata?

1 Answers   TCS,


Write a program to show the parser component used in teradata?

0 Answers  


What are the available join types in teradata?

0 Answers  


I want to write one query How to get Matched records and unmatched records in table?

4 Answers   TCS,


can i call router is a passive transformation

2 Answers  


What are the types of tables in Teradata

22 Answers   Cap Gemini, Cognizant, Infosys,


Which Teradata concept allows more than one model generation?

1 Answers   TCS,


Categories