I have a table tbl_category with fields
ident,
CategoryName,
Description
and I have another table tbl_product with fields
ident,
ProductName,
CategoryId
Here CategoryId refers to the `tbl_category`.`ident` field!.
I want to fetch the all the ProductName and their corresponding CategoryName.
Someone Help me with query please!!
Tags: