Which four statements are true about Oracle Machine Learning on Oracle Autonomous Database?
A supermarket needs to segment its customers based on their purchasing pattern. Which machine learning technique should you use to achieve this?
You are tasked with building a predictive model that can estimate the price of houses, based on attributes like number of rooms, square-footage (size), location, neighborhood attributes, year built among others.
Which three algorithms can you use to produce such a model with Oracle Machine Learning?
Examine the command:
%sql
SELECT CUST_MARITAL_STATUS, MEDIAN <COST_CREDIT__LIMIT)
FROM SH. CUSTOMERS GROUP BY CUST_MARITAL_STATUS;
Which statement is true about running this command where the table has columns cust_maritax._statu3 (VARCHAR2) and cost_credit_limit (number) with 100k rows of non-null data?