Can someone get me going on this? I've never used access and I think I've finished it, but I'm not sure if it really was supposed to be so simple. Here's the assignment, just show me the first part. Thanks! Each individual should create an Access database that includes 2 different tables: an employee table and a customer table. •Field titles for the employee table should be as follows: ◦Employee ID number ◦First name ◦Last name ◦Address ◦Date of hire ◦Date of birth ◦Social security number ◦Hourly wage •Field titles for the customer table should be the following: ◦Customer ID number ◦Firs
I'd imagine is something like: CREATE TABLE employee ([Employee ID number] int, [First Name] varchar(30), ...) etc
At least that's the SQL syntax. I'd dig more but I feel this is homework ^^
Join our real-time social learning platform and learn together with your friends!