Sql

Lee M.

asked • 02/18/19

sql error, can you please tell me what I am doing wrong

can you explain what I did wrong


I Am trying to make an sql table in Microsoft Access but I am getting a syntax error for create table with the following code:



CREATE TABLE SALES_REP (

REP_NUM CHAR( 2 ) PRIMARY KEY,

LAST_NAME VARCHAR( 15 ),

STREET CHAR( 15 ),

CITY CHAR( 15 ),

STATE CHAR( 2 ),

POSTAL_CODE CHAR( 5 ),

COMMISION NUMERIC( 7, 2 ),

RATE NUMERIC( 3, 2 )  );


2 Answers By Expert Tutors

By:

Patrick B. answered • 02/19/19

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.