[Check Point 12.1] Simple Queries in SQL – Chapter 12 Sumita Arora

|
Table of Contents

3. What are fixed-length fields? What are variable-length fields?

  • Fixed-length fields have a predetermined length and always occupy the same amount of storage space, regardless of the actual data stored. Examples include CHAR and INTEGER data types.
  • Variable-length fields can store variable-length data, with the storage space allocated based on the actual length of the data. Examples include VARCHAR and TEXT data types.
"Spread the light within, illuminate the hearts around you. Sharing is not just an action, but a sacred journey of connecting souls."~ Anonymous

Leave a Reply

Your email address will not be published. Required fields are marked *