In MariaDB, DEFAULT() is a built-in function that returns the default value for a table column.
If the column has no default value and it is nullable, then NULL is returned. If the column has no default value and it is not nullable, an error is returned.