--- description: "Constructing SQL Statements" title: "Constructing SQL Statements | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual ms.assetid: ee9cd360-07e5-4f8a-804b-ad95aecae3e4 author: David-Engel ms.author: v-daenge --- # 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. - [Hard-Coded SQL Statements](../../../odbc/reference/develop-app/hard-coded-sql-statements.md) - [SQL Statements Constructed at Run Time](../../../odbc/reference/develop-app/sql-statements-constructed-at-run-time.md) - [SQL Statements Entered by the User](../../../odbc/reference/develop-app/sql-statements-entered-by-the-user.md)