What is the purpose of a DEFAULT constraint on a column?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What is the purpose of a DEFAULT constraint on a column?

Key points

  • DEFAULT constraint fills in a value during INSERT
  • Prevents NULL values in the column
  • Does not set a maximum value for the column

Ready to go further?

Related questions