i have a table like this :
Name ADDRESS
Toto 123 ...
Toto 456
ToTo 678
I would like to delete 2 last row...please tell me how to
delete its
Answer
| Is This Answer Correct ? | 0 Yes | 2 No |
Question { Cap Gemini, 13800 }
i have an employment table whch has salary,dept,name? i want
salary b/w 1000 to 5000 can anyone pls say the query for ths ?
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |
If i initialize the 01 level variable in array, will it
initialize all the array elements (occurs)?
Answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Question { Cap Gemini, 15377 }
how many bytes timestamp token occupies?
Answer
| Is This Answer Correct ? | 3 Yes | 0 No |
Question { 11105 }
input:-AABBCCDDEFGHIIJ
output:- ABCDEFGHIJ
Here in input we hav the duplicate characters i.e repeating
characters.SO we should eliminate the duplicate characters
and should display the output in ascending order.
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the syntax for FOR UPDATE CLAUSE in cursor
declaration and how can u update using cursor? is it
possible to update multiple rows at a time.
Answer
| Is This Answer Correct ? | 3 Yes | 0 No |
Question { 11199 }
What is error -818 in db2.
where can you find the timestamp of the DBRM and the source
code.( precompile puts the timestamp on dbrm and source code
correct?)
Answer
| Is This Answer Correct ? | 4 Yes | 0 No |
I have two files , file1 is input file it contains
10,20,30,....,records
but i want to display the records in file 2 as reverse order
.how can we do by using jcl& cobol(dont use array)
please any one can tell me the answer
Answer
| Is This Answer Correct ? | 2 Yes | 2 No |