select Order_Quantity from market_fact where ‘Cust_id’ = ‘Cust_839’
this is the query i ran in my sql workbench. It gives no error. Also returns nothing but the column name i.e “Order_Quantity”. But in the table “Market_fact” I can see that there is some value in Order_Quantity column where customerID is Cust_839. I want to know why does it not return any value.