Forum: Database Design May 13th, 2008 |
| Replies: 5 Views: 504 Re: E-commerce data design issue you will have to program in checks so that when a specific product_option is used for a type that is being used by a product the correct attributes will then become mandatory.
So lists all of you... |
Forum: Database Design May 13th, 2008 |
| Replies: 2 Views: 1,130 Re: ER Diagram Help The business rules listed are not the structural ones and have to be programmed in by the implementer of the database, you just have to list them.
Business rules:
The company insists that a client... |
Forum: Database Design May 13th, 2008 |
| Replies: 1 Views: 332 Re: Beauty Listings Design - Database? I use MySQL. It is free and is very easy to learn, there is a lot of documentation that comes with it and online. And i would also say that if you have that many listings it is important to use a... |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 7 Views: 552 Learning CSS Could anyone point me to a good place to learn CSS.
Thanks |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 3 Views: 316 |
Forum: Oracle Apr 11th, 2008 |
| Replies: 2 Views: 444 Re: SQL tables try this. same on the third
--customers
DROP TABLE CUSTOMERS cascade constraint;
CREATE TABLE CUSTOMERS(
Customer_id Number(5) CONSTRAINT customer_customer_id_pk PRIMARY KEY,
Credit... |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 3 Views: 316 Fading on Mouseover I need help I am much to new at CSS
this is the web page. www.rybabaseball.org (http://www.rybabaseball.org)
I just need it to where when you trigger the calander event and make it expand the rest... |