T-SQL
INTRODUCTION TO T-SQL
DML
- Select, Insert , Update, Delete
DDL
- Create, alter & drop
Common T-SQL
- Variables ( temp data storage
- Functions (built-in operations
- Control of flow ( decision making constructs )
- Syntax
- Coding conventions
USING DML STATEMENTS
- Where
- Like , <
- Order by
WORKING WITH T-SQL
INTRODUCTION TO DDL
Tags: T-SQL