Skip to content
Advertisement

Oracle Database Object SQL query

In Oracle Database. There are two object tables SHOPS(S_NUM, S_NAME, TEL). And PRODUCTS(P_NUM, P_NAME, P_VAL, P_PRICE, SHOP_NUM). How to write in Oracle Object SQL language query to get how much there are PRODUCTS in the shop with name “SHOP1”?

Advertisement

Answer

Try with this:

Small DEMO

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement