Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.73 KB

File metadata and controls

30 lines (25 loc) · 1.73 KB
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

DMX Statements - Data Definition

[!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.

See Also

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