SQL - Struct Data Type (Record)

Data System Architecture

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





Discover More
Card Puncher Data Processing
Firestore

Cloud is a document database. Each document has a unique key that contains information such as: the document ID and the document path. Key property Description key.app The app name....
Data System Architecture
SQL - Data Type

The Data Type of a column in SQL. They are defined in the ANSI/ISO SQL standard but may vary from sql engine (database) to another. The below table shows you the history of the data type in the ANSI...



Share this page:
Follow us:
Task Runner