I am creating two tables T1 and T2 in my database.
T1 with columns A, B, and C, where A is the primary key.
T2 with columns A, D, E, and F, where A is the foreign key, and the combination of (A, D) the primary key.
Is it possible to create this primary key with a combination of a foreign key and another column? If possible, then what is the sql statement I write to create the table T2?
Thanks
Have you tried