Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 172755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:13:19+00:00 2026-05-11T13:13:19+00:00

When defining datatypes in a database, I have always had a problem with choosing

  • 0

When defining datatypes in a database, I have always had a problem with choosing whether to use integers or strings to store certain ‘numerical’ data.

Say I am building Yet Another Address Book and there is a post code field. Provided that post codes are always a 4 digit number, which data type do I store it as? Integer or string? Technically it is an integer, but I’m not doing any sort of calculations on it, I’m just spitting it out into a table. Would your opinion change if I want to sort the table by post code?

Now, I’m not stupid. I do recognize a valid need for integers, such as page views and unique users or logged in users and guest users. But what about for storing how many files are in a torrent? Integer or string?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T13:13:20+00:00Added an answer on May 11, 2026 at 1:13 pm

    In my country, post-codes are also always 4 digits. But the first digit can be zero.

    If you store ‘0700’ as an integer, you can get a lot of problems:

    • It may be read as an octal value
    • If it is read correctly as a decimal value, it gets turned into ‘700’
    • When you get the value ‘700’, you must remember to add the zero
    • I you don’t add the zero, later on, how will you know if ‘700’ is ‘0700’, or someone mistyped ‘7100’?

    Technically, our post codes is actually strings, even if it is always 4 digits.

    You can store them as integers, to save space. But remember this is a simple DB-trick, and be careful about leading zeroes.

    But what about for storing how many files are in a torrent? Integer or string?

    That’s clearly an integer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 74k
  • Answers 74k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer 'No suitable driver' usually means that the URL you've supplied… May 11, 2026 at 2:28 pm
  • added an answer The allocator could add logging statements before and after construction/destruction,… May 11, 2026 at 2:28 pm
  • added an answer ServletContext.getResource/getResourceAsStream, IIRC. May 11, 2026 at 2:28 pm

Related Questions

I would appreciate some guidance on modelling services and operations in WCF. I have
When defining a method on a class in Python, it looks something like this:
When defining a customer-accessible API, what is the preferred industry practice between the following:
When defining a WCF data contract, which type should one use for collections/lists? Should

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.