Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Todd! That is exactly what I'm looking for!
August 26, 2008 at 11:31 am
Thanks for the advice. Just to clarify a little bit, I do have a few projects that I would like to work on, but my main concern right now...
August 22, 2008 at 6:22 pm
OK, so here you go..
Create table request_list
(customer_id number (6),
first_name varchar (15),
last_name varchar (20),
email_address varchar (30),
phone_number number (9),
preference_entry varchar (50),
Date datetime);
August 21, 2008 at 3:22 pm
Sorry I was posting that followup while the other post came through. I will go ahead and read that and do accordingly.
Thanks!
August 21, 2008 at 2:44 pm
Viewing 4 posts - 1 through 4 (of 4 total)