Question: Write SQL statements for the following: a. Retrieve all partNumber and partDescription columns from a Parts table that has 15 different columns. b. Retrieve records

Write SQL statements for the following:

a. Retrieve all partNumber and partDescription columns from a Parts table that has 15 different columns.

b. Retrieve records from a Parts table for partNumbers 1000 through 2000.

Display the partDescription only.

c. Insert a new record into a Customer table. Store the following values in the columns: LName=Osprey, FName=Teola, CNumber=23456. The columns are ordered as follows: CNumber, LName, FName.

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 Systems Analysis Design Questions!