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
If I have a view which is a join of two or more tables, can this view be updateable?
Can there be more than one cursor open for any program?
What is a db2 schema?
How many types of page locks can be held in db2?
Explain about rct.
How to test SQL -911 error while developing COB-DB2 program
What is copy pending status in db2?
What is a cursor in programming?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is the clustering index in the db2 database?
What is clone table?
What is an instance in db2?
How would you find out the total number of rows in a db2 table?
How is a typical db2 batch pgm executed?
What is precompiler in db2?