# DBMS & SQL!

An absolutely mandatory skill for a developer, probably even for a frontend developer (you'll eventually do some backend, Mr. Frontend).

SQL is a fairly simple, declarative language, while Relational Algebra is a different story.

But don't worry, you only need to master SELECTs. (sort of a joke.)

Here you'll also need only practice and practice.

Your default study materials on the topic:

1. Excellent book by Alan Beaulieu "Learning SQL" (Don't worry that it's old or focused on MySQL. The SQL standard is older and still unchanged.)
2. SQL problems on HackerRank (medium and hard) or Codewars (6-5-4 kyu)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/dbms-and-sql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
