Skills SQL Server TSQL: Difference between revisions

From MillerSql.com
NeilM (talk | contribs)
No edit summary
NeilM (talk | contribs)
No edit summary
Line 8: Line 8:
   </div>
   </div>
</div>
</div>
== Standard SQL ==
Select, Insert, Update, Delete, Truncate, Merge
== Window functions ==
== Window functions ==



Revision as of 11:45, 7 October 2024

Standard SQL

Select, Insert, Update, Delete, Truncate, Merge

Window functions

Group by/aggregation

WHERE clause / Having

CTE - Common Table Expressions

Used at:...
  Used at: 
  MUFG Securities

Use of SQL Server CTEs (Common Table Expressions).

Sorting

Sort by

Sub-queries

Views

Joins

Stored Procedures

Pivot

Used at:...
  Used at: 
  Autodata

Pivot function

Unpivot function

Union

Used at:...
  Used at: 
  Autodata

Union

Union All

Datatypes

Int, VarChar(8000), DateTime

Dynamic SQL

Used at:...
  Used at: 
  Autodata

Dynamic SQL

SQL Injection

Other

Cursors

BCP - Bulk copy protocol

Triggers