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 is the use of teradata system software?

558


what is object level locking ? where do appear this type of locking ?

3121


Define views in teradata with syntax.

650


If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?

1749


What are the advantages of teradata?

610






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

1512


What is primary index and secondary index?

582


How would you load a very large file in teradata in general? What utility would you use for it? Why?

610


Explain teradata utilities. What is multiload, fast load, tpump?

583


Difference between multiload and tpump?

627


What is the meaning of Caching in Teradata?

699


What is a dimension table?

616


What is the difference between fastload and multiload?

803


How to find duplicates in a table?

622


What's the difference between timestamp (0) and timestamp (6)?

646