The Structured Query Language (SQL) is a widely supported standard for database access. You can use SQL commands to manipulate rows and columns in database tables in TestStand.

The following SQL commands are commonly used for database table manipulation in TestStand:
  • CREATE TABLE
  • SELECT
  • INSERT
  • UPDATE
  • DELETE

Consult the SQL API reference at www.w3schools.com/sql/default.asp for information on the usage of these and othe SQL commands.