From 832813879a7c1ea5f2e762987c0fb824228f22e4 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:46:26 +0900 Subject: [PATCH] Update assignment.md (Typo "> [!NOTE]") https://github.com/microsoft/Data-Science-For-Beginners/blob/main/2-Working-With-Data/05-relational-databases/assignment.md #PingMSFTDocs --- 2-Working-With-Data/05-relational-databases/assignment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2-Working-With-Data/05-relational-databases/assignment.md b/2-Working-With-Data/05-relational-databases/assignment.md index 5f17c5f1..960d5103 100644 --- a/2-Working-With-Data/05-relational-databases/assignment.md +++ b/2-Working-With-Data/05-relational-databases/assignment.md @@ -25,7 +25,8 @@ Next you will download an open the database. Once open, the new query window can be used to run SQL statements against the database. You can use the command **Ctl-Shift-Q** (or **Cmd-Shift-Q** on a Mac) to run queries against the database. -> [!NOTE] For more information about the SQLite extension, you can consult the [documentation](https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite&WT.mc_id=academic-77958-bethanycheum) +> [!NOTE] +> For more information about the SQLite extension, you can consult the [documentation](https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite&WT.mc_id=academic-77958-bethanycheum) ## Database schema