CONTENTS |
- SQL data types, Operators, Literals, Constraints
|
- DDL Commands: Create Tables/Create Synonym /Create index /Views / Alter / Drop/Truncate/Comment/Rename/DBCC (Database Console Commands)
|
- DML Commands: Insert / Update / Delete / Merge/Lock Table
|
- TCL Commands: Commit / Rollback / Save-Points /Set Transaction
|
- DCL Commands: Grant / Revoke/Deny
|
- Simple Queries: Select / From / Where
|
- Group By/Having Clause
|
- Order By clause
|
- SQL Operators: Arithmetic / Logical /In / Like / Between
|
- Functions: Aggregate / Numeric / String / Date & Time / Logical
|
- Joins: Equi-Join / Natural Join / Self Join / Inner Join / Outer Join
|
- Unions / Intersection / Minus
|
- Subqueries or Nested Queries
|