Answer Posted / 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 View All Answers
What is the connection string to connect to the DB2 Database ?
What is bind plan?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
How to get the ddl of a table in db2?
How do I optimize a query in db2?
what is a corelated subquerry?
what are bind concepts in db2 cobol?
What is copy pending and check pending in db2?
What is db2 and what is the use of db2 optimizer?
How to find the number of rows in db2 tables?
What is with ur in db2?
Discuss about db2 bind?
How do I import data from excel to db2?
What is the syntax for FETCH in DB2 ?
What action db2 takes when a program aborts in the middle of a transaction?