DMX Statements - Data Definition

Applies to: SQL Server Analysis Services

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.

See Also

Data Mining Extensions (DMX) Data Manipulation Statements
Data Mining Extensions (DMX) Statement Reference