What are data types?

Answers were Sorted based on User's Feedback



What are data types?..

Answer / s

Each column value is interpreted based on the data typed
defined for the column

Is This Answer Correct ?    2 Yes 0 No

What are data types?..

Answer / sikander

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:

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

What are foreign keys?

1 Answers  


What is sqlcode -811?

7 Answers   Accenture, CTS, TCS,


What is Declaration Generator(DCLGEN)?

1 Answers  


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

0 Answers   HeadStrong,


can i code union in cobol-db2 pgm ?

4 Answers   Patni,






What is the physical storage length of time data type?

0 Answers  


What is pagespace?

1 Answers  


what is the responsibility of the construction superintendent

0 Answers   Almco,


Mention the different locking levels that are available in db2.

0 Answers  


What is blu acceleration in db2?

0 Answers  


What is EXPLAIN?

1 Answers  


For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?

1 Answers   BNP Paribas,


Categories