Summary
Programming with Transact-SQL can be as simple as building a series of SELECT statements, or more complex, applying batches, conditional logic, and loops to control the flow of your program.
In this module, you've learned how to:
- Use the language elements of T-SQL used for simple programming tasks.
- Understand how batches are handled by SQL Server.
- Declare and assign variables and synonyms.
- Use
IFandWHILEblocks to control program flow.
Note
If you're ready to get started with Azure SQL Database, try Azure SQL Database free of charge for the life of your subscription.