What are data types?
Answers were Sorted based on User's Feedback
Answer / s
Each column value is interpreted based on the data typed
defined for the column
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
How to resolve -818 sql code in DB2?
What is a db2 collection?
how to execute qcmdexc in rpgle?plz write code also?
What is REORG? When is it used?
Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.
What is the purpose of the QUIESE Utility?
What is the cascade rule and how does it relate to deletions made with a subselect?
I am having n number of records in a table which consists of emp-name is one of the field among them. Now i want to change the first letter of every name with capital.
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
Can you search give an array in the WHERE clause of a db2 query?
What happens to the PLAN if index used by it is dropped?
How to resolve -805 error in DB2?