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 |
Can you tell me how can you find out the # of rows updated after an update statement?
Define db2.
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
When would you prefer to use VARCHAR?
What do you do to keep the cursor from closing after a commit?
What is the SQL query to select, delete and get count of duplicate rows in DB2?
select distinct(empid),distinct(dept),name from EMP will the above query work?
How do you insert a record with a nullable column?
What is the maximum No of rows per page?
What is the difference between using bind () and rebind () methods of naming class?