To insert values from one table to another
Content
Hi team,
So there is this table having 4-5 columns in which we will insert the ID and another column name, (say names) , values , into the child table where the ID there (inside child table) is of number datatype( no primary constraint or FK) and the same column attribute i.e. names, as the former table. The column attribute (names) in the parent table will be having 3-5 values i.e. Sam, Juan, Rajiv, Pedro per row and what we want to insert is that with respect to the ID of parent table we will be inserting each values of
Tagged:
0