1.

Difference between list and display all command

Answer»

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



Discussion

No Comment Found