Ważne
Tłumaczenie jest wysiłkiem społeczności QGISa przyłącz się. Ta strona jest obecnie przetłumaczona w 100.00%.
15. Moduł: Podstawy baz danych z PostgreSQL
Relacyjne bazy danych są ważnym elementem każdego systemu GIS. W tym module zapoznasz się z pojęciami Systemu Zarządzania Bazami Danych Relacyjnymi (RDBMS) i nauczysz się korzystać z PostgreSQL do tworzenia nowej bazy danych do przechowywania danych, a także poznasz inne typowe funkcje RDBMS.
- 15.1. Lesson: Introduction to Databases
- 15.1.1. What is a Database?
- 15.1.2. Tabele
- 15.1.3. Columns / Fields
- 15.1.4. Rekordy
- 15.1.5. Datatypes
- 15.1.6. Modelling an Address Database
- 15.1.7. Database Theory
- 15.1.8. Normalizacja
- 15.1.9. ★☆☆ Try Yourself:
- 15.1.10. Indeksy
- 15.1.11. Sekwencje
- 15.1.12. Entity Relationship Diagramming
- 15.1.13. Constraints, Primary Keys and Foreign Keys
- 15.1.14. Transakcje
- 15.1.15. Wnioski
- 15.1.16. Co dalej?
- 15.2. Lesson: Implementing the Data Model
- 15.2.1. Zainstaluj PostgreSQL
- 15.2.2. Pomoc
- 15.2.3. Create a database user
- 15.2.4. Verify the new account
- 15.2.5. Create a database
- 15.2.6. Starting a database shell session
- 15.2.7. Make Tables in SQL
- 15.2.8. Create Keys in SQL
- 15.2.9. Create Indexes in SQL
- 15.2.10. Dropping Tables in SQL
- 15.2.11. A word on pgAdmin III
- 15.2.12. Wnioski
- 15.2.13. Co dalej?
- 15.3. Lesson: Adding Data to the Model
- 15.4. Lesson: Queries
- 15.5. Lesson: Views
- 15.6. Lesson: Rules