Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select B.COLUMN_NAME, B.TABLE_NAME
from USER_CONS_COLUMNS B, user_constraints A
where A.conStraint_type = 'P'
and A.table_name = <table_name>
and b.constraint_name = a.CONSTRAINT_NAME