Cantitate/Preț
Produs

Leveling Up with SQL: Advanced Techniques for Transforming Data into Insights

Autor Mark Simon
en Limba Engleză Paperback – 5 sep 2023
Learn to write SQL queries to select and analyze data, and improve your ability to manipulate data. This book will help you take your existing skills to the next level.
Author Mark Simon kicks things off with a quick review of basic SQL knowledge, followed by a demonstration of how efficient SQL databases are designed and how to extract just the right data from them. You’ll then learn about each individual table’s structure and how to work with the relationships between tables. As you progress through the book, you will learn more sophisticated techniques such as using common table expressions and subqueries, analyzing your data using aggregate and windowing functions, and how to save queries in the form of views and other methods. This book employs an accessible approach to work through a realistic sample, enabling you to learn concepts as they arise to improve parts of the database or to work with the data itself.
After completing this book, you will have a more thorough understanding of database structure and how to use advanced techniques to extract, manage, and analyze data.
What Will You Learn
  • Gain a stronger understanding of database design principles, especially individual tables
  • Understand the relationships between tables
  • Utilize techniques such as views, subqueries, common table expressions, and windowing functions
Who Is This Book For:
SQL Databases users who want to improve their knowledge and techniques.
Citește tot Restrânge

Preț: 25282 lei

Preț vechi: 31603 lei
-20% Nou

Puncte Express: 379

Preț estimativ în valută:
4838 5045$ 4021£

Carte disponibilă

Livrare economică 27 februarie-13 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484296844
ISBN-10: 1484296842
Pagini: 454
Ilustrații: XX, 454 p. 21 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.82 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1:  Getting Ready.- Chapter 2:  Working with Table Design.- Chapter 3:  Table Relationships and Working With Joins.- Chapter 4:  Working with Calculated Data.- Chapter 5:  Aggregating Data.- Chapter 6:  Creating and Using Views and Friends.- Chapter 7:  Working With Subqueries and Common Table Expressions.- Chapter 8:  Working With Window Functions.-Chapter 9: More on Common Table Expressions.- Chapter 10: More Techniques with SQL: Triggers, Pivot Tables, and Variables.- Appendix A.

Notă biografică

Mark Simon has been involved in training and education since the beginning of his career. He started as a teacher of mathematics, but quickly pivoted into IT consultancy and training because computers are much easier to work with than high school students. He has worked with and trained in several programming and coding languages, and currently focuses mainly on web development and database languages. When not involved in work, you will generally find him listening to or playing music, reading, or just wandering about.

Textul de pe ultima copertă

Learn to write SQL queries to select and analyze data, and improve your ability to manipulate data. This book will help you take your existing skills to the next level.
Author Mark Simon kicks things off with a quick review of basic SQL knowledge, followed by a demonstration of how efficient SQL databases are designed and how to extract just the right data from them. You’ll then learn about each individual table’s structure and how to work with the relationships between tables. As you progress through the book, you will learn more sophisticated techniques such as using common table expressions and subqueries, analyzing your data using aggregate and windowing functions, and how to save queries in the form of views and other methods. This book employs an accessible approach to work through a realistic sample, enabling you to learn concepts as they arise to improve parts of the database or to work with the data itself.
After completing this book, you will have a more thorough understanding of database structure and how to use advanced techniques to extract, manage, and analyze data.
You will:
  • Gain a stronger understanding of database design principles, especially individual tables
  • Understand the relationships between tables
  • Utilize techniques such as views, subqueries, common table expressions, and windowing functions

Caracteristici

Real-world case studies illuminate each topic Focuses on standard SQL, with code samples to cover five popular DBMSs Links SQL skills with database design to show how design affects how you approach your SQL