Home > Database > Mysql Tutorial > body text

Books on SQL Language that you should read

WBOY
Release: 2024-07-29 06:45:23
Original
266 people have browsed it

In today's #QueroLer series we will discover 20 quality books to learn SQL Language.

They are used for various SQL databases, such as: MySQL, MariaDB, Oracle, Microsoft SQL Server and others!

Let's get to the list!


01. Introduction to the SQL Language: Practical Approach for Beginners

Livros sobre Linguagem SQL que você deveria ler

Currently companies are collecting data at exponential rates and yet few people know how to access it in a relevant way. If you work at a company or are an IT professional, this short practical guide will teach you how to get and transform data with SQL in a meaningful way. You will quickly master the basics of SQL and learn how to create your own databases.

Author Thomas Nield provides exercises throughout the book to help you practice your newfound SQL skills at home, without needing to employ a database server environment. In addition to learning how to use key SQL statements to find and manipulate your data, you'll discover how to efficiently design and manage databases that meet your needs.

Click here to purchase this book


02. SQL - Practical Guide: A Guide to Using SQL

Livros sobre Linguagem SQL que você deveria ler

If you use SQL in your daily work as a data analyst, data scientist or data engineer, this practical guide will be the ideal reference material for your everyday life. You will find many examples covering the complexities of the language and key aspects of SQL when used in Microsoft SQL Server, MySQL, Oracle Database, PostgreSQL and SQLite.
In this updated edition, author Alice Zhao describes how these database management systems implement SQL syntax for both querying and making changes to a database. You'll see details about data types and conversions, regular expression syntax, window functions, pivoting and unpivoting, and more.

Click here to purchase this book


03. SQL in 10 Minutes a Day

Livros sobre Linguagem SQL que você deveria ler

SQL in 10 Minutes a Day offers direct and practical answers when you need quick results. As you work through the 22 lessons of 10 minutes or less in this book, you will learn what you need to know to take advantage of the SQL language. Lessons cover IBM DB2, Microsoft SQL Server and SQL Server Express, MariaDB, MySQL, Oracle and Oracle Express, PostgreSQL, and SQLite. Tips highlight shortcuts and solutions Caution notices help you avoid common pitfalls Notes explain additional concepts and provide additional information.

Click here to purchase this book


04. Learning SQL: Mastering SQL Fundamentals

Livros sobre Linguagem SQL que você deveria ler

Updated for the latest database management systems – including MySQL 5.1, Oracle 11g, and Microsoft SQL Server 2008 – this introductory guide will get you up and running with SQL quickly. Whether you need to write database applications, perform administrative tasks or generate reports, Learning SQL will help you master all the fundamentals of SQL.

Each chapter presents a self-contained lesson on a key SQL concept, with multiple illustrations and annotated examples. Exercises at the end of each chapter allow you to practice the skills you learned.

Click here to purchase this book


05. SQL For Dummies

Livros sobre Linguagem SQL que você deveria ler

This book is a step-by-step guide to understanding and applying the latest version of SQL, and will help you manage your data like a pro.

  • • The basic stuff ― understand the fundamentals of SQL and relational databases
  • • Mastering the language ― learn the data definition language and how to manipulate and manage data
  • • Start building ― use a RAD tool to build a simple database, then move on to multi-table relational databases
  • • Manipulate data ― discover how to add, update and recover data, and how to delete it when you no longer need it
  • • Find what you want ― learn techniques to query your database and retrieve exactly the information you are looking for
  • • Ensure your security ― manage user access, prevent your data from being corrupted and understand the risks
  • • Know the jargon of the area ― master access to ODBC and JDBC, and use SQL with XML data
  • • Advanced SQL ― explore further by learning how to add procedural capabilities with persistent stored modules and how to handle errors

Click here to purchase this book


06. SQL for Data Analysis: Advanced techniques to transform data into insights

Livros sobre Linguagem SQL que você deveria ler

This practical book reveals new and previously unknown ways you can improve your SQL skills, solve problems, and make the most of SQL features as part of your workflow.

You will learn how to use common and unusual SQL functions, such as joins, window functions, subqueries, and regular expressions, in new and advanced ways – and also how to combine SQL techniques to achieve your goals faster, with a Easy to understand code. If you work with SQL databases, this is an indispensable reference.

  • • Learn the key steps for preparing your data for analysis
  • • Perform time series analysis using SQL date and time manipulations
  • • Use cohort analysis to investigate how groups change over time
  • • Use powerful SQL functions and operators for text analysis
  • • Detect anomalies in your data and replace them with alternative values
  • • Establish causality using experimental analysis, also known as A/B testing

Click here to purchase this book


07. Use your head! SQL

Livros sobre Linguagem SQL que você deveria ler

Headline SQL takes you to the heart of the SQL language, from the basic syntax of queries, using INSERT and SELECT, to the intricacies of database manipulation with subqueries, joins and transactions. As you read further, you will effectively and efficiently understand database design and creation, using queries, standardization and joining.

You will then be the true master of your data! Why does this book look so different? We believe your time is too valuable to waste. Based on the latest research in neurobiology, cognitive science, and learning theory, Head First SQL is visually rich, designed around the way your brain works; It's not a heavy-handed approach that makes you fall into a deep sleep. “This book doesn't make SQL easier, but it makes it challenging, interesting, and fun.

Click here to purchase this book


08. SQL Server 2012 Complete Course

Livros sobre Linguagem SQL que você deveria ler

SQL Server is a comprehensive information platform capable of handling the most demanding enterprise workloads. This, combined with the fact that it offers solutions capable of responding to the needs of small, medium and large companies, has made SQL Server the most used database management system on the market.

This book, updated based on the most recent version of SQL Server, 2012, aims to be a support tool for all those who, whether they are starting out in database administration or are accustomed to these day-to-day, need a guide to help them carry out their work. This book covers the fundamental aspects of database administration in SQL Server 2012 and is intended for database administrators, other IT professionals, students, and training courses. Also useful for Microsoft certification in SQL Server.

Click here to purchase this book


09. Relational Databases - Implementation With Mysql

Livros sobre Linguagem SQL que você deveria ler

Using this tool, this book explores in a comprehensive and detailed way the development of relational database systems, throughout its main implementation and exploration stages.

In the various chapters, the most common tasks that take place in the environment of a relational database system are addressed, paying particular attention to the planning and implementation of its physical schema, the administration and management of its data repository. data, the definition of security and data recovery schemes, the exploration of the information it contains, through simple and complex queries, and the development of SQL scripts for the implementation of procedures, functions and triggers, for error management.

Click here to purchase this book


10. Application Performance Analysis using SQL

Livros sobre Linguagem SQL que você deveria ler

Case study of implementing payroll calculation in a legacy system using SQL.

The development of business applications requires solutions that meet the requirements of deadlines, performance, economy, robustness, scalability and without compromising quality. However, meeting all these requirements simultaneously has been a major challenge for development teams.

Application performance deserves special attention, as users are increasingly demanding that applications operate well and as quickly as possible. Based on this approach, this book presents the process of creating a new methodology to optimize the payroll calculation of a legacy system, using primarily the SQL language to obtain the best performance from the Database server.

Click here to purchase this book


11. Database Systems: A structural approach, SQL language and modeling a database

Livros sobre Linguagem SQL que você deveria ler

This has an extensive basis on Database Systems, from its functional structure, information processing and querying, through the SQL language, to the construction of relational data models.

Click here to purchase this book


12. Database: Data modeling techniques, design and SQL language

Livros sobre Linguagem SQL que você deveria ler

This book aims to develop in readers database modeling techniques and structures as part of a database project that is divided into three distinct parts: conceptual data modeling, logical data modeling, and the physical modeling of data.

The difference in this book is the allocation of much of its content to teaching data modeling techniques with the presentation of solved exercises with different degrees of difficulty. As a complementary objective, the basic structured query language is also presented to assist readers in assembling database structures and manipulating information from the database to be implemented.

Click here to purchase this book


13. Database in SQL Server Software: Exercise Resolution

Livros sobre Linguagem SQL que você deveria ler

This is a book with the best collection of exercises that can be done. It's a best seller!

Click here to purchase this book


14. Learn SQL

Livros sobre Linguagem SQL que você deveria ler

In English!

This book covers the standard SQL language and teaches the concepts necessary for creating database objects, such as tables, indexes and synonyms, with a special focus on the SELECT command as the core of the language. A reference section provides a guide to several variations of Microsoft SQL.

Click here to purchase this book


15. MariaDB Crash Course

Livros sobre Linguagem SQL que você deveria ler

In English!

MariaDB is a database server that offers drop-in replacement functionality for MySQL. Built by some of the original MySQL authors, with assistance from the broader community of free and open source software developers, MariaDB offers a rich set of feature enhancements for MySQL, including alternative storage engines, server optimizations, and patches.

The MariaDB Crash Course teaches you everything you need to know to be immediately productive with MariaDB. Master trainer Ben Forta lays out all the fundamentals through a series of quick, easy-to-follow practical lessons. Rather than detailing database theory and relational design, Forta focuses on teaching solutions for the majority of users who simply want to interact with data.

Click here to purchase this book


16. Learning SQL: Generate, Manipulate, and Retrieve Data

Livros sobre Linguagem SQL que você deveria ler

In English!

With the latest edition of this introductory guide, author Alan Beaulieu helps developers familiarize themselves with the fundamentals of SQL for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL and big data, analytical functions, and working with very large databases.

Each chapter presents a self-contained lesson on a key SQL concept or technique using multiple illustrations and annotated examples. Exercises allow you to practice the skills you have learned. Knowledge of SQL is a must to interact with data. With Learning SQL, you'll quickly discover how to put the power and flexibility of this language to work.

Click here to purchase this book


17. Practical Sql, 2nd Edition: A Beginner's Guide to Storytelling with Data

Livros sobre Linguagem SQL que você deveria ler

In English!

Practical SQL is an accessible and quick guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, journalist and data analyst, focuses on using SQL to find the story in your data. The examples and code use the open-source PostgreSQL database and its pgAdmin interface, and the concepts you learn will apply to most database management systems, including MySQL, Oracle, SQLite, and others.

Click here to purchase this book


18. Joe Celko's SQL for Smarties: Advanced SQL Programming (The Morgan Kaufmann Series in Data Management Systems) (English Edition)

Livros sobre Linguagem SQL que você deveria ler

In English!

SQL for Smarties has been hailed as the first book explicitly devoted to the advanced techniques needed to turn an experienced SQL programmer into an expert. Now, 20 years later and in its fifth edition, this classic reference still reigns as the only book written by a SQL master that teaches programmers and professionals how to become SQL masters! These are not just tips and techniques; the best solutions for old and new challenges are also offered.

Click here to purchase this book


19. Oracle Database 11G SQL

Livros sobre Linguagem SQL que você deveria ler

Official guide from Oracle Press, this book shows you how to write high-performance SQL statements and PL/SQL programs with advanced features. Written by expert Jason Price, the work covers in detail the latest SQL resources and tools, performance optimization techniques, advanced queries, Java and XML support.

Click here to purchase this book


20. SQL

Livros sobre Linguagem SQL que você deveria ler

This is the new updated edition of a fundamental and must-read work that addresses the topic of accessing databases through the SQL language - an international standard. Aimed at students of IT and Management IT courses at university, polytechnic and technical education level, and also useful for professionals.

Click here to purchase this book


Follow the #QueroLer series here on the blog where there will be recommendations for other Science and Technology books as well as lists of other Programming Languages.


See also

  • 10 C++ Books Worth Reading
  • 10 Books on the C Language that are worth reading
  • 10 Java Books Worth Reading
  • 10 Python Books Worth Reading
  • 10 Books on JavaScript, TypeScript and Node.js that are worth reading
  • 10 Books Every Programmer Should Read
  • 5 C# Books Worth Reading

The above is the detailed content of Books on SQL Language that you should read. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!