Databases

This section contains posts related to databases.


Indexes in databases. Types of indexes.

Indexes in databases are used to speed up search and data retrieval. They work similarly to pointers in a book, allow...

Read more...

11-03-2025 14:48:24

Databases

What is a transaction? What are the main properties of tr...

In the world of databases and programming, the term "transaction" plays a key role. It describes a sequence of op...

Read more...

27-02-2025 14:13:19

Databases

JOIN: LEFT/RIGHT/INNER/OUTER

SQL Joins SQL JOIN is an operation that allows combining data from multiple tables based on related columns. Ma...

Read more...

10-06-2021 08:20:00

Databases

SQLBolt

SQLBolt - a series of interactive lessons and exercises designed to help you quickly learn SQL right in your browser....

Read more...

17-08-2020 10:06:00

Databases

What is PostgreSQL?

PostgreSQL is a DBMS that uses a relational model for its databases and supports the standard SQL query language. Po...

Read more...

17-06-2020 23:05:00

Databases