- Добавил: literator
- Дата: 18-07-2025, 07:15
- Комментариев: 0

Автор: Kerem Koseoglu
Издательство: Rheinwerk Publishing
Год: 2025
Страниц: 926
Язык: английский
Формат: epub (true)
Размер: 10.8 MB
Whether you’re managing large datasets or writing your first query, build your SQL skills with this practical guide! Learn the basic elements of relational databases and walk through the syntax, features, and applications of SQL. Then dive into the sublanguages of SQL and apply them for tasks such as modifying tables and querying data. See SQL in action with an example PostgreSQL database and detailed code samples from real-world applications! Understand the fundamentals of relational databases and schemas. Learn the elements of database structures, from tables to views to keys. Then review more advanced concepts like normalization, stored procedures, triggers, and authorization. Structured Query Language (SQL) is a programming language that’s used to manage, manipulate, and query contents of relational database systems. Use the sublanguages of SQL for your daily tasks. Start by creating and altering database objects. Insert, update, and delete data in tables and then modify multiple tables together. Query data from single or combined tables and limit data access using authorizations.