SQL - Struct Data Type (Record)

Data System Architecture

SQL - Struct Data Type (Record)

What is a struct ?

A struct is a complex SQL data type that model a record and is therefore known as a record type.

Logically with a struct, you can have a row in a row.

It's a container of ordered fields each :

  • with a primitive type
  • and field name (optional).

Documentation / Reference







Share this page:
Follow us:
Task Runner