# Temel SQL Sorgularına Giriş

Veritabanına veri ekledikten sonra, bu veriyi geri almak, filtrelemek, sıralamak ve işlemek için SQL'in **`SELECT`** komutu kullanılır. `SELECT` komutu, SQL'in en temel ve en sık kullanılan komutlarından biridir.

Bu bölümde, `SELECT` komutunun temel kullanımı ve yaygın kullanılan bazı yan tümceleri (clauses) ele alınacaktır:

* Belirli sütunları seçme.
* Tüm sütunları seçme (`*`).
* Satırları filtreleme (`WHERE`).
* Sonuçları sıralama (`ORDER BY`).
* Döndürülecek satır sayısını sınırlama (`LIMIT`).

Detaylı örnekler için aşağıdaki bölüme bakınız:

* [Birinci Bölüm](/veritabani/mysql/temel-sql-sorgularina-giris/birinci-boeluem.md)


---

# 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://linux-yonetimi.veriteknik.net.tr/veritabani/mysql/temel-sql-sorgularina-giris.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.
