Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Creating a Soft RI - response (2) by msk.khurram

$
0
0

Hi,
To create references to existing tables, a REFERENCES privilege is needed.
use one of the following:
GRANT REFERENCES ON person_mst TO xyz;  /* On all columns */
GRANT REFERENCES (p_num,p_dt) ON person_mst TO xyz; /*On P_NUM,P_DT Only */
GRANT REFERENCES (ALL BUT p_num) ON person_mst  TO xyz;  /* On all but P_NUM */
Hope this will work for you!
 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>