A data analyst is managing a database of customer information for a retail store. What SQL command can the analyst use to add a new customer to the database?

Correct
The analyst can use the INSERT INTO command to add a new customer to the database.