Tag: SQL

Securing a Microsoft Fabric Data Warehouse
Securing a Microsoft Fabric Data Warehouse
Blog Posts

Overview This lab demonstrates how to implement comprehensive security measures in a Microsoft Fabric data warehouse, including dynamic data masking, row-level security, column-level security, and granular SQL permissions. Prerequisites Lab Steps 1. Create Workspace and Data Warehouse 2. Implement Dynamic Data Masking — Create table with masked columns CREATE TABLE dbo.Customers ( CustomerID INT NOT… READ MORE

Order of SQL Execution
Order of SQL Execution
Blog Posts

Introduction SQL is a widely used programming language for managing and manipulating relational databases. SQL statements are executed in a specific order to produce the desired results. Understanding the order of SQL execution is crucial for developing efficient and effective SQL queries. In this article, we will discuss the order of SQL execution with clear examples. SQL execution… READ MORE

Order of SQL Execution
Order of SQL Execution
Blog Posts

Introduction SQL is a widely used programming language for managing and manipulating relational databases. SQL statements are executed in a specific order to produce the desired results. Understanding the order of SQL execution is crucial for developing efficient and effective SQL queries. In this article, we will discuss the order of SQL execution with clear examples. SQL execution… READ MORE

Business Intelligence with Databricks SQL
Business Intelligence with Databricks SQL
Ebooks

Download Chapter 4: The Security Model from Business Intelligence with Databricks SQL. In this rather dense chapter, we will learn how data assets in the data catalog are secured with the data security model. You will see how user-facing table access control allows for the fine-grained implementation of the data security model using familiar SQL… READ MORE

Connecting Azure SQL Server with Azure Machine Learning
Connecting Azure SQL Server with Azure Machine Learning
Blog Posts

Accessing data in different data sources is one of the main tasks in machine learning model development life cycle. Let’s discuss one of the most common data accessing scenarios. Scenario : We have to set of relational data points stored in a Azure SQL server to develop a machine learning model using Azure Machine Learning.… READ MORE