Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 795 Bytes

File metadata and controls

20 lines (16 loc) · 795 Bytes
title Constructing SQL Statements
description Constructing SQL Statements
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic conceptual

Constructing SQL Statements

SQL statements can be constructed in one of three ways: hard-coded during development, constructed at run time, or entered directly by the user.

This section contains the following topics.