Guest User

Untitled

a guest
Mar 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CREATE TABLE [T_Manufacture](
  2. [ManufactureID] [int] IDENTITY(-2147483648,1) NOT NULL,
  3. [Manufacture] [varchar](25) NULL,
  4. [ManufactureDescription] [varchar](50) NULL)
Add Comment
Please, Sign In to add comment