Posted on: 11/10/2014 9:58:14 AM | Views : 598

Hi all,
I'm brand new to SQL, so I'm working my way through Sam's Teach Yourself SQL in 24 hours.
I'm using Microsoft SQL Server Management Studio 12.0.2000.8
I'm in Chapter 3 or the book where we are supposed to create our first table, and I'm having issues.
Here is the statement we're supposed to use:
Create table EMPLOYEE_TBL ( emp_id varchar (9) not null, emp_name varchar (40) not null, emp_st_addr varchar (20) not null, emp_city varchar (15)Go to the complete details ...