Assume that a database has a table named Inventory, with the following columns: a) Write a SELECT
Question:
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 ProductID column from every row in table.
c) Write a SELECT statement that will return the ProductID column and the QtyOnHand column from every row in table.
d) Write a SELECT statement that will return the ProductID 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 ProductID ends with “ZZ”.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Starting Out With Java From Control Structures Through Data Structures
ISBN: 9780133957051
6th Edition
Authors: Tony Gaddis
Question Posted: