Main Tables Views Indexes Constraints Triggers Procedures Functions Packages Sanity check Index

ACS3 Data Model

Description Columns Query Constraints Triggers

AD_PARTNER_FOOTER_PROCS

Columns

NameTypeNullableInsertableUpdatableDeletableComment
PARTNER_IDNUMBER(38)NNONONO 
URL_IDNUMBER(38)NNONONO 
PROC_NAMEVARCHAR2(100.0)NYESYESYES 
CALL_NUMBERNUMBER(38)NYESYESYES 
PROC_IDNUMBER(38)NYESYESYES 

Query:

select u.partner_id, u.url_id, p.proc_name, p.call_number, p.proc_id
from ad_partner_procs p, ad_partner_url u
where proc_type='footer'
and p.url_id=u.url_id
order by call_number


Generated by OraSchemaDoc, (c) Aram Kananov, 2002