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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various indexes in teradata? How to use them?

650


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

640


What is meant by a Highest Cost Plan?

707


How do you set the session mode parameters in bteq?

692


What are different table types used in teradata?

661






Backup Script was blocked then you are unable to archive the data. how do you analyze it and where do you identify ?

1599


Can you fastexport a field, which is primary key by putting equality on that key?

847


Highlight a few of the advantages that ETL tools have over Teradata.

727


any one answer me how they can analyzing the project using data ware housing?

2111


Explain BYNET.

688


What are the various indexes in teradata? Why are they preferred?

647


In Teradata, what is the significance of UPSERT command?

675


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

681


What is the difference between global temporary tables and volatile temporary tables?

723


Why is the case expression used in teradata?

685