Computer Science
What are fixed length fields ? What are variable length fields ?
SQL Queries
1 Like
Answer
Fixed length fields have fixed lengths i.e., they occupy fixed number of bytes for every data element they store. These number of bytes are determined by maximum number of characters the field can store.
Variable length fields have varied field lengths i.e., field length is determined separately for every data element inside the field. The number of characters in the data element become its field length.
Answered By
2 Likes