Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.79 KB

File metadata and controls

32 lines (27 loc) · 1.79 KB
title Data Definition Statements (DMX) | Microsoft Docs
ms.date 10/23/2019
ms.prod sql
ms.technology analysis-services
ms.custom dmx
ms.topic conceptual
ms.author owend
ms.reviewer owend
author minewiskan

DMX Statements - Data Definition

[!INCLUDEssas-appliesto-sqlas]

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