Assume that a database has a table named Inventory, with the following
columns:
a) Write a SELECT statement that will return all of the columns from every row
in table.
b) Write a SELECT statement that will return the Product 10 column from every
row in table.
c) Write a SELECT statement that will return the Product to column and the
QtyonHand column from every row in table.
d) Write a SELECT statement that will return the Product 10 column only from
the rows where cost is less than 17.00 .
e) Write a SELECT statement that will return all of the columns from the rows
where Product 10 ends with \(^{*} Z Z^{*}\)