Congratulations, @name! You have passed through the Gate of the Great Library. Here is what you already know:
id) uniquely identifies every row.* means all columns.--.Throughout the journey we will work on the same
biblioteka database:| Table | What it stores | |-------|----------------| |
ksiazki | titles, year of publication, price, availability |
| autorzy | the creators of the books |
| kategorie | thematic sections |
| czytelnicy | people enrolled in the Library |
| wypozyczenia | borrowing history |In the next location - the Catalog Hall - you will learn to search the shelves: filter scrolls (
WHERE), sort them (ORDER BY) and limit the number of results (LIMIT). Onward, deeper into the Library!