เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

UDFs and UDTFs — Question 3

Use the database TASTY_BYTES. Create a user-defined table function called menu_prices_below using the CREATE FUNCTION command. Have it take in an argument called price_ceiling of type NUMBER. Have it return TABLE (item VARCHAR, price NUMBER), and make the contents of the function the following: SELECT&nbsp;MENU_ITEM_NAME,&nbsp;SALE_PRICE_USD &nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;TASTY_BYTES.RAW_POS.MENU &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;SALE_PRICE_USD&nbsp;<&nbsp;price_ceiling &nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;2&nbsp;DESC When you run SELECT * FROM TABLE(menu_prices_below(3)); what is the item you see repeated multiple times in Results?

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Intro to Snowflake for Devs, Data Scientists, Data Engineers

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำจริง

เปลี่ยนทฤษฎีให้เป็นการลงมือทำด้วยแบบฝึกหัดเชิงโต้ตอบหนึ่งในของเรา

เริ่มแบบฝึกหัด