The screenshot show 3 typical definitions of data type: id (autoincrement), a title and a number.
1.- Which are differences between: none and NULL?
2.- Do I must choose as defined: '' for varchar types when I want an empty string?
3.- Do I must put an as defined: 0 default value for autoincrement int types?
