'
![]() |
FULL NAME___________________________________________________ Last 4 PSID _________________ Assume, there is a philanthropic organization called "Odd Fellows" whose member contribute their time to charities and other worthy causes. Holding the elective office of "Most Odd", you are in charge of keeping track of the year's events, participants, and the members of each event's crew.
There are three tables:
The table structures are shown below. |
odd_events | oddf | crews |
eid int IDENTITY (1,1), evt_name varchar(25), evt_yr int, evt_mon int, evt_day int evt_start_time varchar(5), evt_end_time varchar(5), evt_loc varchar(50) (PRIMARY KEY (eid)) |
oid int IDENTITY (1,1), odd_fn varchar(25), odd_ln varchar(25), odd_phone varchar(10), odd_cell varchar(10), (PRIMARY KEY (oid)) |
crew_evt_id int, crew_oid_id int |
e=[integer value of Request.form("sel1") above]
The report should show for the event:
Do NOT use parameters or transaction control. Do NOT write the "main" routine.