| title | Data Definition Statements (DMX) |
|---|---|
| description | Data Definition Statements (DMX) |
| ms.date | 02/17/2022 |
| ms.service | sql |
| ms.subservice | analysis-services |
| ms.topic | reference |
| ms.custom | dmx |
[!INCLUDEssas]
The following table lists the statements that are part of the data mining data definition language (DDL) in Data Mining Extensions (DMX).
| Statement | Description |
|---|---|
| CREATE MINING STRUCTURE (DMX) | Creates a new mining structure in the database. |
| ALTER MINING STRUCTURE (DMX) | Adds a mining model to an existing mining structure. |
| CREATE MINING MODEL (DMX) | Creates a new mining structure and mining model in the database. |
| DROP MINING MODEL (DMX) | Deletes a mining model from the database. |
| DROP MINING STRUCTURE (DMX) | Deletes a mining structure from the database. |
| EXPORT (DMX) | Exports a mining model or mining structure and associated objects into a .abf file. |
| IMPORT (DMX) | Imports a mining model or mining structure and associated objects from a .abf file. |
| SELECT INTO (DMX) | Creates a copy of an existing mining model. |
Data Mining Extensions (DMX) Data Manipulation Statements
Data Mining Extensions (DMX) Statement Reference