SQL Suery to join Two table
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