Saved Bookmarks
| 1. |
How Entry Required and Default Value properties of a table field in a database are different from each other? |
|
Answer» Entry Required – if set to yes then it will be necessary for the user to insert the value in the field which means that field cannot be left blank. Default Value – A default value can be set for a field if user don’t provide any value while entering the values in the table. |
|