Which catalog table stores referential constraints?

Answer Posted / s

SYSIBM.SYSRELS

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2155


What is load replace in db2?

562


What is meant by explain?

665


Differentiate between cs and rr isolation levels? Where do you specify them?

589


When reorg is used?

680






Explain about dbrm.

609


How do I add a column to an existing table in db2?

592


What is concurrency?

711


What is cascading rollback?

625


What is a page in db2?

616


What is buffer pool in the db2 database?

624


What is temporal table in db2?

605


What's The Percentage Free Space ?

777


How do I optimize a query in db2?

628


is it compulsory commitment control in journal?

2016