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
How to rename a table in DB2 ?
Is db2 free?
What type of database is db2?
Can you tell me how can you find out the # of rows updated after an update statement?
Give the name of some fields form sqlca.
What is nvl in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What kind of database is db2?
What are bind parameters in db2?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is dbrm in db2 database?
How to run db2 command in windows?
Which are the db2 tools to protect integrity of the database?
What is buffer pool?
Can we insert update delete in view?