From 
I need help with 1-3. I understand what code I need to write butI am unsure how to do the setup. Do I need to download a database?If someone could give me a step by step from opening sqlservermanagement studio to completion I would really appreciate it.So far when I write the following code in a new query I get thefollowing error.
Code:
CREATE TABLE CUSTOMER(
CUST_NUM NUMBER(20) PRIMARY KEY,
CUST_LNAME VARCHAR(20),
CUST_FNAME VARCHAR(20),
CUST_BALANCE NUMBER(9,2));
Error:
Msg 2715, Level 16, State 6, Line 1
Column, parameter, or variable #1: Cannot find data typeNUMBER.

Coronel
PayPal Gateway not configured
PayPal Gateway not configured