FleetTruck Maintenance Week 5

in Other (Other) by neel
Favorite Add it to your favorites and revisit later
  • FleetTruck Maintenance Week 5
Instant Download
Previewing 1 of 6 total pages.
Trouble downloading?
Copyright complaint
Instant download
Money-back guarantee
Regular Price: $14.29
Your Price: $10.00 (30% discount)
You Save: $4.29

Description

GO

/** Object: Table [dbo].[Catalogue] Script Date: 08/26/2007 00:59:51 **/

SET ANSI_NULLS ON

GO

SET QUOTED_IDENTIFIER ON

GO

SET ANSI_PADDING ON

GO

CREATE TABLE [dbo].[Catalogue](

[ID] [int] IDENTITY(1,1) NOT NULL,

[Description] varchar COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[Type] [int] NULL,

[Manufacturer] varchar COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[Quantity On Hand] [int] NULL,

[Reorder Point] [int] NULL,

[Reorder Quantity] [int] NULL,

CONSTRAINT [PK_Catalogue] PRIMARY KEY CLUSTERED

(

[ID] ASC

)WITH (PAD_INDEX OFF, IGNORE_DUP_KEY OFF) ON [PRIMARY]

) ON [PRIMARY]

GO

SET ANSI_PADDING OFF

GO

ALTER TABLE [dbo].[Catalogue] WITH CHECK ADD CONSTRAINT [FK_Catalogue_VEHICLE TYPES] FOREIGN KEY([Type])

REFERENCES...

Comments (0)

You must sign in to make a comment.
neel
@dgoodz
9950
112
Rating:
Published On:
04/29/2015
Print Length:
6 page(s)
File Name:
fleettruck-maintenance-week-5-26.txt
File Size:
0.00 KB (0.00 MB)
Sold By:
neel
Purchased:
0 times
Best Seller Ranking:
#30637

Other items from neel

Customers also bought

Customers also viewed