SQL Essential Training
In the SQL Essential Training module, I learned the fundamentals of structured query language (SQL), including how to write queries to extract, insert, update, and delete data from relational databases. I also gained experience working with core SQL commands such as SELECT
, FROM
, WHERE
, JOIN
, GROUP BY
, and ORDER BY
, as well as how to filter data and aggregate results for analysis. This directly relates to my major in Management Information Systems (MIS) because SQL is a critical skill for data handling and analysis—key responsibilities for roles such as data analysts, business analysts, and database administrators. The ability to write queries and manipulate data allows MIS professionals to support business decision-making, build dashboards, and manage information systems efficiently.