Question

Access 2016, how do I do a query to find out quantity in stock and the unit price and what the value is for each item?

Access 2016, how do I do a query to find out quantity in stock and the unit price and what the value is for each item?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

In Access, to find out the quantity in stock, unit price and value, we can write the SELECT query as below:

SELECT quantity, unit_price, value FROM Item;

Here, it is selecting quantity, unit price and value from the table Item. The name of columns and table might get change as per the actual schema of table.

Name assumptions:

  • quantity is the name of column in table representing the quantity of the respective Item.
  • unit_price is the price of each unit of the Item.
  • value is the value of Item
  • Item is the name of table having the data

Please change the above name of columns and table if required.

Let me know if you have any questions.

Thanks!

Add a comment
Know the answer?
Add Answer to:
Access 2016, how do I do a query to find out quantity in stock and the unit price and what the value is for each item?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT