DMX Statements - Data Manipulation
Applies to: SQL Server Analysis Services
The following table lists the statements that are part of the data mining data manipulation language (DML) in Data Mining Extensions (DMX).
Topic | Description |
---|---|
DELETE (DMX) | Clears the trained content from a mining model. |
INSERT INTO (DMX) | Trains a mining model. |
SELECT (DMX) | Browses a mining model. |
<source data query> | Queries data sources for both INSERT INTO and SELECT statements. |
UPDATE (DMX) | Changes the content in the mining model. |
See Also
Data Mining Extensions (DMX) Data Definition Statements
Data Mining Extensions (DMX) Statement Reference