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 functions of a teradata dba?

600


What does Amp contain and what are all the operations that it performs?

593


Can we collect statistics on multiple columns?

570


Explain the term 'columns' related to relational database management system?

552


In Teradata, how do we Generate Sequence?

609






During the Display time, how is the sequence generated by Teradata?

619


Explain teradata architecture?

638


Is multi insert ansi standard?

1753


How do you see a ddl for an existing table?

575


What is the purpose of joins in teradata and what are the available join types?

549


In Teradata, what is the significance of UPSERT command?

597


When tpump is used instead of multiload?

633


What type of indexing mechanism do we need to use for a typical data warehouse?

622


How many tables can you join in v2r5?

628


What are the uses of client software involved in teradata?

539