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
Get step-by-step solutions from verified subject matter experts
