As a security analyst, I learned how to write better SQL queries to retrieve specific pieces of data more efficiently.
This lab focused on applying filters using the WHERE
clause and the LIKE
operator
within a MariaDB database to locate precise information.
I queried the organization
database to:
This exercise helped me practice narrowing down SQL query results, which is essential for quickly identifying relevant data in large datasets.
WHERE
clause to restrict data returned by queries.LIKE
operator to search for patterns within data.This lab strengthened my ability to extract actionable information from databases to support security analysis and decision-making.