Computer Science, asked by pallabroy1941, 11 months ago

Difference between list and display all command

Answers

Answered by Mania205
1

Answer:

DISPLAY: DISPLAY command is other variant of LIST command that is worked something same as LIST command. Simple DISPLAY command show the current record only where pointer is pointed. Pointer is controlled with GOTO command.

LIST:  LIST provides facility to show all the records available in database file continuously. We also use LIST command to show the specific record only according to given condition and with specified field only

Similar questions