Hi i need help on how to create a query so that the result will be like in my attach screenshot
ebyong77 0 Newbie Poster
Recommended Answers
Jump to PostYou can use a JOIN to do this. You need to select the rows from each table, then describe how rows are related. Such a query will look something like this:
-- select rows select Products.ProductID, Products.Description, Products.Value, StockOnHand.QtyInStock -- from each joined table from Products join …
All 3 Replies
darkagn 315 Veteran Poster Featured Poster
ebyong77 0 Newbie Poster
darkagn 315 Veteran Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.