3
Answers

SQL Suery to join Two table

Ask a question
Bineesh  VP

Bineesh VP

10y
1.1k
1
Sir, I need your help to give me a sql query:

Firstly take a look to the table I have:

1)tbl_Product
-----------------

productId
productName
rate
quantity
Amount

2) tbl_Batch
--------------
batchId
productId
Barcode

Please give me a query to have a output like below:

productId                   barcode                     productName                  Quantity                Rate                 Amount

Answers (3)