what is difference between random and sequence file access
Answer / naidu sekhar naidu
SEQUENTIAL FILE: 1)IF DATA IS ENTRY IN SEQUENTIAL ORDER
2)ACCESS IN SEQUENTIAL ORDER
3)MAIN ADVANTAGE REPORT GENERATION
RANDOM FILE: 1)IF DATA ENTRY IN SEQUENTIAL AS WELL AS RANDOM
2) SEARCHING IS MORE FASTER COMPARE TO THE SEQUENTIAL FILE
CORRECT ME IS AM WRONG U R FRIEND
| Is This Answer Correct ? | 1 Yes | 2 No |
what is datacom db?
What does sqlcabc has?
Which component is responsible for db2 startup and shutdown?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
What are union and union all?
How do I delete a table in database?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
When do you use the IMAGECOPY?
What is the self-referencing constraint?
What are foreign keys?
List down the data types in the db2 database.
Why select is not preferred in embedded sql programs?