Data Mining Extensions: Difference between revisions

Content deleted Content added
Adding short description: "Query language" (Shortdesc helper)
m change source to syntaxhighlight
Line 27:
== Example: a prediction query ==
This example is a singleton prediction query, which predicts for the given customer whether she will be interested in home loan products.
<sourcesyntaxhighlight lang="tsql">
SELECT
[Loan Seeker],
Line 43:
18 AS [Total Years of Education]
)
</syntaxhighlight>
</source>
 
== See also ==