Product
1 row(s).
| id | name | category | price | description |
|---|---|---|---|---|
| 6 | Cork Wall Tile Set | Storage | 27.90 | Six self-adhesive tiles for pinning notes. |
Query:
SELECT id, name, category, price, description FROM products WHERE id = 6
1 row(s).
| id | name | category | price | description |
|---|---|---|---|---|
| 6 | Cork Wall Tile Set | Storage | 27.90 | Six self-adhesive tiles for pinning notes. |
Query:
SELECT id, name, category, price, description FROM products WHERE id = 6