CS1103/Labs/Lab4/SQL Lab4/Q2.sql

3 lines
94 B
MySQL
Raw Permalink Normal View History

2022-10-07 00:48:09 -03:00
select P_DESCRIPT as `Product Description` , P_PRICE as `Price`
from PRODUCT
where P_QOH < 15;