Skip to content

Latest commit

 

History

History
269 lines (268 loc) · 14.2 KB

File metadata and controls

269 lines (268 loc) · 14.2 KB
layout HubPage
hide_bc true
experimental true
experiment_id 81ba5f65-59fb-4d
title SQL Server - Query Data
description Explore the features that make it easy to query the data in your SQL Server database.
ms.topic hub-page
ms.prod sql
author MashaMSFT
ms.author mathoma
ms.date 12/15/2018
featureFlags
clicktale

SQL Server: Query Data

      • Full-text indexes include one or more character-based columns in a table, and full-text search allows you to query them.

      • Explores the different sort, intersection and union operations performed by SQL Server when using joins.

      • Explores the various scripting languages supported by SQL Server, such as Powershell, and xQuery.

      • A subquery is a query that is nested inside a SELECT, INSERT, UPDATE, or DELETE statement, or inside another subquery.

      • A database object that provides a layer of abstraction to protect client application from changes to the name or location of a base object.

      • Routines that accept parameters, perform an action, and return the result of that action as a value.

      • Filestream, Filetable, Spatial Data, Views, Triggers, Graphs, Sequence Numbers, Stored Procedures, Track Changes