Define field length in database.
Q6. Define field length with the help of an example.
Ans. Field length helps you specify the size of the field in a table. For example, if you specify 2 as the field length for a numeric field, it means that the field can store values from 1 to 99, which is the maximum value that can be written in two digits.