Data Type


In programming, classification of a particular type of information. It is easy for humans to distinguish between different types of data. We can usually tell at a glance whether a number is a percentage, a time, or an amount of money. We do this through special symbols — %, :, and $ — that indicate the data’s type. Similarly, a computer uses special internal codes to keep track of the different types of data it processes.

Most programming languages require the programmer to declare the data type of every data object, and most database systems require the user to specify the type of each data field. The available data types vary from one programming language to another, and from one database application to another, but the following usually exist in one form or another:
integer : In more common parlance, whole number; a number that has no fractional part.
floating-point :A number with a decimal point. For example, 3 is an integer, but 3.5 is a floating-point number.
character (text ): Readable text

Read Also:

  • data vaulting

    The process of sending data off-site, where it can be protected from hardware failures, theft, and other threats. Several companies now provide Web backup services that will compress, encrypt, and periodically transmit a customer’s data to a remote vault. In most cases the vaults will feature auxiliary power supplies, powerful computers, and manned security. Also […]

  • Data Warehouse

    Development of a data warehouse includes development of systems to extract data from operating systems plus installation of a warehouse database systemthat provides managers flexible access to the data. The term data warehousing generally refers to the combination of many different databases across an entire enterprise. Contrast with data mart.

  • Database (DB)

    (1) Often abbreviated DB, a database is basically a collection of information organized in such a way that a computer program can quickly select desired pieces of data. You can think of a database as an electronic filing system. Traditional databases are organized by fields, records, and files. A field is a single piece of […]

  • database engine

    The part of a database management system (DBMS) that actually stores and retrieves data. Most DBMS’s include an Application Programming Interface (API) that enables you to directly control the engine without going through the DBMS’s user interface.

  • Database Management System (DBMS)

    A database management system (DBMS) is a collection of programs that enables you to store, modify, and extract information from a database. There are many different types of database management systems, ranging from small systems that run on personal computers to huge systems that run on mainframes. Examples of Database Applications The following are examples […]


Disclaimer: Data Type definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.