Reference Guide > TDV SQL Script
 
TDV SQL Script
SQL Script is TDV’s stored procedure language. It is intended for use in procedural data integration, aggregation, and transformation. It allows conditional logic, looping, and pipelining to be performed in the server. The TDV SQL Script language is similar to the stored procedure languages offered by relational database management systems (RDBMSs).
This topic provides reference to the SQL Script language with several basic examples. It does not provide advanced-level programming tutorials.
Topics for the SQL Script language include:
SQL Script Overview
SQL Language Concepts
SQL Script Procedures and Structure
SQL Script Statement Reference
SQL Script Examples