Can you Average the Characters ?
Answers were Sorted based on User's Feedback
Answer / sudhakar
No will get an Error -
-420
The value of a string argument was not acceptable to the function-name function
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / naveen87ginjupalli
Yes,we can Average the characters
SELECT AVG(EMP-NAME) FROM EMP;
| Is This Answer Correct ? | 4 Yes | 9 No |
where can we use index and subscript ? with example ?
Which command is used to remove all rows from a table?
What is buffer pool in the db2 database?
What is data manager?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
When do you specify the isolation level? How?
How many databases are there?
Give some example of statistics collected during RUNSTATS?
List out the three types of page locks that can be held.
How many buffer pools are available in db2?
what is the difference between where clause and having clause
How is a typical db2 batch pgm executed?