JustAnswer > Computer
Ask A Question|Register|Login|Help
JustAnswer

Computer

Ask a Computer Question, Get an Answer ASAP!

Have your own Computer question?

21 Tech Support Specialists are Online Now
characters left:
Not a Computer Question?
Bookmark and Share

Question

Using the final table list you created previously, select the Primary Keys for each table in your list. Then, select one of the tables and complete field specifications for each field. Download and use the field specifications sheet.
Note: Your field specifications sheet does not have to have the same format as the one in your text. Just be sure to provide the same information.

Submitted: 353 days and 13 hours ago.
Category: Computer
Value: $30
Status: CLOSED
+
Read More

Optional Information

OS: Other; Browser: Other

Posted by James Riley 353 days and 13 hours ago.

Answer

Do you have a copy of the table that was created and your field specifications sheet?

353 days and 13 hours ago.

Reply

This is what I had from the previous person who was helping me as for an answer here at just answer.com..

 

 

 

1) tblSkateboard

Skateboard ID (this is nothing but product ID to identify skateboard product)

Skateboard Model ( is a description of the skateboard)

Description ( a detailing about the skateboard )

OtherDetails (more information about the skateboard)

 

The table has specific information about skateboard. The product we will be selling tomorrow.

 

2) tblsupplier

SupplieID (ID for supplier)

Supplier Name ( Name of Suppliers )

SupplierContact (address of suppliers for correspondence)

Address

City
State

Phone

Fax

Email

Active (this checks if we want to continue to buy from this supplier)

 

3) tblProducts

ProductID

Description

Quantity

Price

Image

 

4) tblCustomers

Customer Name

Address

City

State

Zip

Phone

Fax

Email

Active (this verifies if the users is active or not, as we disable the customer for not following the rules).

 

 

5) tblOrders

OrderID

OrderDateTime (order placed date and time)

ProductID

ProductCount (number of product)

Item Total (total count)

Grand Total

ShipmentDate (when the item is being shipped)

PaymentMethod (Visa, paypal, or Money Order)

ShipmentComments (this indicate if this order is processed out or not)

SpecialComments (any special notes; from sales or assistance)

 

6) tblAccessories

AccesoryID

Acessoryname

ProductID (to which product this accessory associated)

SupplierID ( supplier ID of the accessory supplier)

Weight (LBS, capacity)

Condition ( refurbished, new, or used)

Otherdetails (other special notes)

Image (image of accessory)

 

7) tblEventCodes

eventCode

Event Description (promotion 10% off)

Event Other Details ( special note about the promotion)

 

This table has codes for each event. Example, Skateboard competition has code (sc), this is a completion for promoting sale of skateboard which will be conducted in New York.

 

8) tblBearingTypes

bearingID

BearingType (ball bearings double ball bearing)

 

9) tblWheelType

WheelID

WheelType (small, medium, large, xxlarge)

 

10) tblSponsors

sponsoreid

SponsorName

Address

City

State

Zip

Phone

Email

 

11) repairs

RepairID (the product which is expected to be prepared for repair)

ProblemDescription ( broken wheel, boards etc....)

Delivery Date

ExpectedRepairDate

RepairFees

 

 

 

353 days and 13 hours ago.

Reply

My guess is?

 

 

Using the final table list you created previously, select the Primary Keys for each table in your list. Then, select one of the tables and complete field specifications for each field. Download and use the field specifications sheet.

Note: Your field specifications sheet does not have to have the same format as the one in your text. Just be sure to provide the same information.

353 days and 12 hours ago.

Reply

will you be able to help me?

Posted by James Riley 353 days and 12 hours ago.

Answer

On each of the tables, the ID would be the Primary Key. I noticed that tblCustomers does not have a CustomerID field so I would add that and make it the Primary Key. For tblEventCodes, I'd change the EventCode to EventID to keep things consistent and make it the Primary Key.

I'll work up the field Specifications for tblSkateboard for you.

Posted by James Riley 353 days and 12 hours ago.

Answer

For tblSkateboard, here are the Field Specifications:

 

Field Name: SkateboardID

Parent Table: None

Label: SkateboardID

Shared by: None

Aliases: None

Description: Internal unique ID for Skateboard

Specification Type: Unique

Source Specification: None

Data Type: decimal

Length: 4

Decimal Places: 0

Input Mask: ####

Display Format: None

Character Support: Numbers

Key Types: Primary

Key Structure: Simple

Uniqueness: Unique

Null Support: No Nulls

Values Entered By: System

Required Value: Yes

Default Value: Automatically incremented by system, starting at 1

Range of Values: 1 - 9999

Edit Rule: Enter Now, Edits Not Allowed

Comparisons Allowed: Same Field, All

Operations Allowed: None

 

Field Name: SkateboardModel

Parent Table: None

Label: SkateboardModel

Shared by: None

Aliases: None

Description: Model of Skateboard

Specification Type: Generic

Source Specification: None

Data Type: varchar

Length: 50

Decimal Places: 0

Input Mask: None

Display Format: None

Character Support: Letters, Numbers, Keyboard, Special Characters

Key Types: None

Key Structure: None

Uniqueness: Non-Unique

Null Support: No Nulls

Values Entered By: User

Required Value: Yes

Default Value: None

Range of Values: None

Edit Rule: Enter Now, Edits Allowed

Comparisons Allowed: Same Field, All

Operations Allowed: Same Field, All

 

Field Name: Description

Parent Table: None

Label: Description

Shared by: None

Aliases: None

Description: Description of Skateboard

Specification Type: Generic

Source Specification: None

Data Type: varchar

Length: 100

Decimal Places: 0

Input Mask: None

Display Format: None

Character Support: Letters, Numbers, Keyboard, Special Characters

Key Types: None

Key Structure: None

Uniqueness: Non-Unique

Null Support: Nulls

Values Entered By: User

Required Value: No

Default Value: None

Range of Values: None

Edit Rule: Enter Now, Edits Allowed

Comparisons Allowed: Same Field, All

Operations Allowed: Same Field, All

 

Field Name: OtherDetails

Parent Table: None

Label: OtherDetails

Shared by: None

Aliases: None

Description: Other Details of Skateboard

Specification Type: Generic

Source Specification: None

Data Type: varchar

Length: 2500

Decimal Places: 0

Input Mask: None

Display Format: None

Character Support: Letters, Numbers, Keyboard, Special Characters

Key Types: None

Key Structure: None

Uniqueness: Non-Unique

Null Support: Nulls

Values Entered By: User

Required Value: No

Default Value: None

Range of Values: None

Edit Rule: Enter Now, Edits Allowed

Comparisons Allowed: Same Field, All

Operations Allowed: Same Field, All

 

353 days and 12 hours ago.

Reply

What do I do now? does this answer the question for field spec? why is it asking to field specifications for each field. Download and use the field specifications sheet.

Posted by James Riley 353 days and 12 hours ago.

Answer

The original post stated to use the final table list to select primary keys for each table. I did that in the first answer.

It proceeded to state that you should select one of the tables (tblSkateboard) and complete the field specifications for each field. It stated that you didn't have to use the field spec sheet, but that you should make sure that you provide the same information. I did this in my second answer.

According to the post, all of the questions have been answered.

353 days and 12 hours ago.

Reply

So I did need to do any type of database? so all of the question are answered.

 

I will be back tomorrow because I have to go now its evening here in Iraq. Please check tomorrow for my feedback because you did awesome work and answered the question very fast...from the rate 0-10 I will give a perfect 10. I will be back tomorrow. Thank you..

Posted by James Riley 353 days and 12 hours ago.

Answer

From what I saw in the request, no. It appears that they just wanted you to layout the specs for the Primary Key and for the fields for one of the tables.

 

You could create an Access DB, but the instructions don't specify to do so.

 

Enjoy!

353 days ago.

Reply

Thank you kindly, but if I do need it later may I request for you?

Posted by James Riley 352 days and 23 hours ago.

Answer

I would be happy to help you in the future.

352 days and 23 hours ago.

Reply

what is varchar?

Accepted Answer

Variable Character. It is a data type that allows for most any type of character. Especially good in fields like comments and descriptions where almost anything could be input.

Picture
Expert: James Riley
Pos. Feedback: 100.0 %
Accepts: 
Answered: 12/5/2008

Sr. Network Engineer

A+, MCP, MCSE, 15 years of experience

352 days and 23 hours ago.

Reply

Thank you so much..you are awesome!

Posted by James Riley 352 days and 23 hours ago.

Answer

Anytime!

352 days and 23 hours ago.

Reply

Ok Mr. Riley. Thank you

Posted by James Riley 352 days and 23 hours ago.

Answer

You're welcome.

352 days and 22 hours ago.

Reply

I just posted another one for you Sir.

Posted by James Riley 352 days and 22 hours ago.

Answer

Got it.

352 days and 21 hours ago.

Reply

Thank you.

+
Read More

Related Computer Questions

  • My sister in law lives in Ontario, Oregon. I live in Portla...
  • What is the difference between a database and a database man...
  • what is the snxmaster.idx data base and how do i fix it
  • why vista is not asking me for a password when it restarts
  • Our printer (ESP5) quite printing. Once in awhile it will
  • I have a Thinkpad T60p - the laptop keeps time while powered
  • i'm getting a security alert which reads: security from a
  • My Dell 3110cn isn't printing & I've tried everything, i



Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.
Question List | Become an Expert | Terms of Service | Security & Privacy | About Us
© 2003-2009 JustAnswer Corp.