Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.26 KB

File metadata and controls

29 lines (24 loc) · 1.26 KB
title Data Manipulation 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 Manipulation

[!INCLUDEssas-appliesto-sqlas]

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