132k views
5 votes
TRUE/FALSE. ​You use the APPEND command to add additional rows to tables.

1 Answer

3 votes

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.

User PBelanger
by
8.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.