Respuesta :

To add information into the database we can use the SQL queries for that.

Explanation:

  • For that, we should first install the SQL software in the system. After that, we should add the database in the SQL software. After creating we can add information in the database.
  • By using the INSERT query we can add multiple information in the database. We should type INSERT and after that, we should give the name of the database we want to add. By this method, we can add information to a database.