From the course: Microsoft Fabric Analytics Engineer Associate (DP-600) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Understand relational databases and SQL fundamentals - Microsoft Fabric Tutorial
From the course: Microsoft Fabric Analytics Engineer Associate (DP-600) Cert Prep by Microsoft Press
Understand relational databases and SQL fundamentals
- [Instructor] A relational database is a type of database that stores and organizes data in tables, which is structured like grids with rows and columns. Each table in a relational database represents a specific type of data, such as customer information or product details, and the columns within the table define the different attributes of that data, like a customer's name or product's price. The rows contain individual records or entries for that attribute. What makes a relational database powerful is its ability to connect related data across different tables using keys, allowing for easy retrieval and manipulation of complex datasets. This structure makes it efficient to search, update, and manage data, which is why relational data pieces are widely used in applications ranging from websites to business systems. Let's discuss some of the characteristics of relational databases. The first one is tables. Tables are the primary structure in relational databases where the data is…
Contents
-
-
-
(Locked)
Understand relational databases and SQL fundamentals8m 47s
-
Lab: SQL commands to understand relational databases25m 17s
-
(Locked)
Design and implement data warehouses in Microsoft Fabric14m 38s
-
(Locked)
ETL data into the Microsoft Fabric data warehouse7m 14s
-
(Locked)
Load data using data pipeline, Dataflow Gen2, and T-SQL7m 21s
-
(Locked)
Monitoring and managing data warehouses6m 50s
-
(Locked)
Lab: Create a data warehouse and load and ingest data into it16m 23s
-
(Locked)
-
-
-
-
-
-
-