Viewing 4 posts - 16 through 19 (of 19 total)
Thank you. That did answer the question that I had posted.
February 4, 2016 at 12:03 pm
--Sample Data
CREATE TABLE Child(
App_ID char(10),
Major char(6)
);
INSERT INTO Child VALUES
( '004540036', 'GEBOX'),
( '004540036', 'GEBOX'),
( '004540036', 'GEBOX'),
( '004540036', 'GEBOX'),
( '124544037', 'JKIUTY'),
(...
February 3, 2016 at 1:52 pm
Thank you for your reply. I already know that the Health table will not have as many records as the Child table. The rev_id can be assigned to more than...
February 3, 2016 at 12:50 pm
Thank you for the information. I edited my post to reflect more information.
February 3, 2016 at 11:25 am
Viewing 4 posts - 16 through 19 (of 19 total)