Answer:
FALSE.
In most database management systems, you use the INSERT command to add additional rows to a table.
The APPEND command is not a standard SQL command, though it may be used in some specific database systems or applications to achieve the same result as an INSERT command.