144k views
5 votes
What are the 2 methods you can use to add information to a database? Discuss the difference between them and the advantages and disadvantages of both.

User AkiRoss
by
4.7k points

1 Answer

6 votes

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

Step-by-step 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.
User Mgag
by
4.8k points