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!

how to handle comments for multiple tables

mtMay 14 2023

…. this may be more of a SQL design question

I have a series of tables that each need a child table for comments; the child table structure is the same for each parent table (except, of course, for the foreign key relationship).

Do I build multiple child tables?

Or is there a way to do it with one child table that includes a column to identify the parent table_name?

thank you -

mt in NY

This post has been answered by Mike Kutz on May 14 2023
Jump to Answer
Comments
Post Details
Added on May 14 2023
6 comments
810 views