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
Explain the term 'row' related to relational database management system?
In Teradata, how do we Generate Sequence?
Highlight a few of the important components of Teradata?
why use references rather than pointers in the public api, particularly for arguments which are modified?
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
How do you do backup and recovery in teradata?
What is the primary index in teradata?
What are the different softwares used with their functions in teradata?
When tpump is used instead of multiload?
Explain Teradata performance tuning and optimization?
What are some primary characteristics of teradata?
Explain the term 'primary key' related to relational database management system?
how do you manage the production space. what are the proactive methods you can take ?
A certain load is being imposed on the table and that too, every hour. The traffic in the morning is relatively low, and that of the night is very high. As per this situation, which is the most advisable utility and how is that utility supposed to be loaded?
What are the different functions included in the server software?