Question: I need help with these three questions in my SQL lab please!!! Problem 2 0 Enable auto increment to generate values for customer numbers. The

I need help with these three questions in my SQL lab please!!!
Problem 20
Enable auto increment to generate values for customer numbers. The values should start with 2000.
FIGURE P8.16 CH08_SIMPLECO DATABASE TABLES
Database name: Ch08_SimpleCo
Table name: CUSTOMER
Table name: INVOICEProblem 21
Enable auto increment to generate values for invoice numbers. The values should start with the value 9000.
Problem 22
Insert the following customer into the CUSTOMER table, allowing the AUTO_INCREMENT attribute set up in Problem 20 to generate the customer number automatically:
CUST_LNAME CUST_FNAME CUST_BALANCE
Powers Ruth 500
 I need help with these three questions in my SQL lab

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!