WK4 Query databases with SQL Flashcards

1
Q

SQL

A

S-Q-L, stands for Structured Query Language. SQL is a programming language used to create, interact with, and request information from a database.

It can search through millions of data points to extract relevant rows of data using one query that takes seconds to run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Query

A

A query is a request for data from a database table or a combination of tables. Nearly all relational databases rely on some version of SQL to query data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Log

A

A log is a record of events that occur within an organization’s systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SQL and being a security analyst

A

As a security analyst, you can use SQL’s filtering to find data to support security-related decisions and analyze when things may go wrong. For instance, you can identify what machines haven’t received the latest patch. This is important because patches are updates that help secure against attacks. As another example, you can use SQL to determine the best time to update a machine based on when it’s least used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly