Book Image

Getting Started with SQL Server on Linux [Video]

By : Jasmin Azemović
Book Image

Getting Started with SQL Server on Linux [Video]

By: Jasmin Azemović

Overview of this book

<p><span id="description" class="sugar_field">Microsoft's launch of SQL Server on Linux has made SQL Server a truly versatile platform across different operating systems and data-types, both on-premise and on-cloud.This book is your handy guide to setting up and implementing your SQL Server solution on the open source Linux platform. You will start by understanding how SQL Server can be installed on supported and unsupported Linux distributions. Then you will brush up your SQL Server skills by creating and querying database objects and implementing basic administration tasks to support business continuity, including security and performance optimization. This book will also take you beyond the basics and highlight some advanced topics such as in-memory OLTP and temporal tables.By the end of this book, you will be able to recognize and utilize the full potential of setting up an efficient SQL Server database solution in your Linux environment.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"> <span id="trade_selling_points_c" class="sugar_field">This course follows a step-by-step approach to teach you SQL Server concepts on Linux, using the bash command line and SQL programming language, via examples that can easily be adapted and applied in your own solutions.</span></span></p>
Table of Contents (6 chapters)
Chapter 6
A Crash Course in Querying
Content Locked
Section 4
JOIN Operators
Let’s explore the widely used Join operators, those are inner join and outer join which enable you to match rows from two tables based on the common column values in each table and create a result set that includes even the data that does not have a match in the joining table. - Use a powerful relational operator= Join - Run a query using LEFT JOIN operator - Collect information on the quantity of every product on each production location