Multiple choice technology databases

Which one of the following Data Mining Extension (DMX) queries allows you to browse data in mining models?

    1. Insert into
    1. Create mining structure
    1. Browse data
    1. Select from
    1. Browse mining model
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DMX (Data Mining Extensions) uses SELECT FROM syntax for browsing and prediction queries against mining models. This allows you to retrieve patterns and make predictions from trained models. The other options like INSERT INTO, CREATE MINING STRUCTURE are for different operations (training, creation).