Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for ranasingh1984

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 must take out an insurance cover for each equipment hire period. Each piece of equipment …

Member Avatar for mtto44
0
1K
Member Avatar for schumaj

i need to set up a server on a virtual machine in my computer and that allows one of the following protocols to access it: ssh ftp pptp rdp ipsec. the ssh is the perferred one/any ideas?

0
54
Member Avatar for daniyalnawaz

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 attributes in your PRODUCTS table and then join all three tables And the …

Member Avatar for schumaj
0
841
Member Avatar for geekchic24

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 database. But what to use depends on what …

Member Avatar for schumaj
0
175
Member Avatar for schumaj
Member Avatar for k2k

try this. same on the third --customers [code=sql]DROP TABLE CUSTOMERS cascade constraint; CREATE TABLE CUSTOMERS( Customer_id Number(5) CONSTRAINT customer_customer_id_pk PRIMARY KEY, Credit varchar2(20), Street varchar2(20), City varchar2(12), State varchar2(2), Zip varchar2(5), Telephone varchar2(14));[/code] --business_customer [code=sql]DROP TABLE business_customers cascade constraint; CREATE TABLE business_customers( b_customer_id number(5) CONSTRAINT business_customers_b_customer_id_pk PRIMARY KEY, b_customer_name varchar2(20), …

Member Avatar for debasisdas
0
123
Member Avatar for schumaj

I need help I am much to new at CSS this is the web page. [URL="http://www.rybabaseball.org"]www.rybabaseball.org[/URL] I just need it to where when you trigger the calander event and make it expand the rest of the webpage fades out to black or something And you do have to be in …

Member Avatar for MidiMagic
0
98

The End.