What is the purpose of SQL?

SQL is how you view/modify data within a database. For example, you may have a list of customers who have purchased from your website and for each new order, you wish to add in the new customer details into your customer database.

SQL is how you modify/add data to your database.

SQL can also be used to run reports and find out how many customer orders you have had in the past 30 days.