Column Default Value « Table « Oracle PL / SQL






1.Override the defaults by specifying a value for the columns
2.Create table with column having the default value
3.column with default as sysdate
4.Use rpad to fill default value to a column
5.null with default value column
6.Default char value
7.Default varchar value
8.Use char function to build default column value