Beginning T-SQL A Step-by-Step Approach

Important techniques such as windowing functions are covered to help you write fast-executing queries that solve real business problems.The book begins with an introduction to databases, normalization, and to setting up your learning environment. You will learn about the tools you need to use such a...

Full description

Bibliographic Details
Main Authors: Kellenberger, Kathi, Everest, Lee (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2021, 2021
Edition:4th ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03989nmm a2200337 u 4500
001 EB001906064
003 EBX01000000000000001068968
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210104 ||| eng
020 |a 9781484266069 
100 1 |a Kellenberger, Kathi 
245 0 0 |a Beginning T-SQL  |h Elektronische Ressource  |b A Step-by-Step Approach  |c by Kathi Kellenberger, Lee Everest 
250 |a 4th ed. 2021 
260 |a Berkeley, CA  |b Apress  |c 2021, 2021 
300 |a XXIX, 706 p. 350 illus  |b online resource 
505 0 |a 1. Getting Started -- 2. Exploring Database Concepts -- 3. Writing Simple SELECT Queries -- 4. Using Built-In Functions and Expressions -- 5. Joining Tables -- 6. Building on Subqueries, Common Table Expressions, and Unions -- 7. Grouping and Summarizing Data -- 8. Discovering Windowing Functions -- 9. Advanced WHERE Clauses -- 10. Manipulating Data -- 11. Managing Transactions -- 12. Understanding T-SQL Programming Logic -- 13. Implementing Logic in the Database -- 14. Expanding on Data Type Concepts -- 15. Working with XML and JSON -- 16. Writing Advanced Queries -- 17.Where to Go Next? -- Appendix A: SQL Server for Linux and macOS -- Appendix B: Using SSMS -- Appendix C: SQL Notebooks 
653 |a Microsoft software 
653 |a Microsoft 
653 |a Database Management 
653 |a Microsoft .NET Framework 
653 |a Database management 
700 1 |a Everest, Lee  |e [author] 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-6606-9 
856 4 0 |u https://doi.org/10.1007/978-1-4842-6606-9?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.268 
520 |a Important techniques such as windowing functions are covered to help you write fast-executing queries that solve real business problems.The book begins with an introduction to databases, normalization, and to setting up your learning environment. You will learn about the tools you need to use such as SQL Server Management Studio, Azure Data Studio, and SQL Notebooks. Each subsequent chapter teaches an aspect of T-SQL, building on the skills learned in previous chapters. Exercises in most chapters provide an opportunity for the hands-on practice that leads to true learning and distinguishes the competent professional. A stand-out feature in this book is that most chapters end with a Thinking About Performance section. These sections cover aspects of query performance relative to the content just presented, including the new Intelligent Query Processing features that make queries faster without changing code.  
520 |a Get a performance-oriented introduction to the T-SQL language underlying the Microsoft SQL Server and Azure SQL database engines. This fourth edition is updated to include SQL Notebooks as well as up-to-date syntax and features for T-SQL on-premises and in the Azure cloud. Exercises and examples now include the WideWorldImporters database, the newest sample database from Microsoft for SQL Server. Also new in this edition is coverage of JSON from T-SQL, news about performance enhancements called Intelligent Query Processing, and an appendix on running SQL Server in a container on macOS or Linux. Beginning T-SQL starts you on the path to mastering T-SQL with an emphasis on best practices. Using the sound coding techniques taught in this book will lead to excellent performance in the queries that you write in your daily work.  
520 |a They will help you avoid beginner mistakes by knowing about and thinking about performance from day 1. You will: Install a sandboxed SQL Server instance for learning Understand how relational databases are designed Create objects such as tables and stored procedures Query a SQL Server table Filter and order the results of a query Query and work with specialized data types such as XML and JSON Apply modern features such as window functions Choose correct techniques so that your queries perform well