What does the SQL standard GENERATED ALWAYS AS (expression) STORED column do?

Advanced SQL Developer Hard

Advanced SQL Developer — Hard

What does the SQL standard GENERATED ALWAYS AS (expression) STORED column do?

Key points

  • This column type stores the computed value directly in the table
  • It automatically updates when the base columns change
  • Eliminates the need for manual updates
  • Ensures data integrity by always reflecting the correct value

Ready to go further?

Related questions