My Table product is this:
Product table
id Nombre precio stock
1 Zapato $45.00 40
2 Zapato $23.00 30
3 Zapato $23.00 30
4 jeans $28.00 10
5 lentes $89.00 20
This is a small table that I can not make a query, where the query only prints the whole row "shoe" only those 3, or just print the row "jean" who could explain thank you.
Something like this:
"Zapato"
id Nombre precio stock
1 Zapato $45.00 40
2 Zapato $23.00 30
3 Zapato $23.00 30
"jean"
id Nombre precio stock
4 jeans $28.00 10