________ command helps to insert comments that enables us to understand what the program is all about
a) LET
b) REM
c) CLS
Answers
Answered by
5
c is the answer.....
neelimavyas16:
confirm
Answered by
13
REM command helps to insert comments that enable us to understand what the program is all about.
REM is the short form used for Remark, which is used in the SQL language to indicate the start of the comment in the SQL script.
This helps to add comments so that humans can read and understand the code.
Similar questions