Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

parent table should check child record

KritikaSep 20 2011 — edited Sep 29 2011
hi all,

I have two tables
Gate_mast
(gate_no varchar2(10),
gate_date date)

Gate_ref
(gate_no varchar2(10),
Item varchar2(14),
qty number(14,3))

I want to put a check on Gate_mast. If there is any entry saved in Gate_mast, its atleast one entry must be saved in gate ref.

How can I achive this ?

Kindly Help...............
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2011
Added on Sep 20 2011
17 comments
220 views