From 658a5831a9870878dfc97124c8e0931238f7d802 Mon Sep 17 00:00:00 2001 From: Aditya Singh <72691999+as1605@users.noreply.github.com> Date: Mon, 27 May 2024 19:42:42 +0530 Subject: [PATCH] Create dev.md --- problem-of-the-day/day01/dev.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 problem-of-the-day/day01/dev.md diff --git a/problem-of-the-day/day01/dev.md b/problem-of-the-day/day01/dev.md new file mode 100644 index 0000000..9b8cf35 --- /dev/null +++ b/problem-of-the-day/day01/dev.md @@ -0,0 +1,13 @@ +# Dev Problem of the Day +## Introduction to SQL +Today, you should learn about **SQL**, which is a standard database query language. +It is used internally in most databases and is important for backend and data analytics/data engineering roles. + +Many companies ask questions about SQL in MCQ form or even ask to write some queries in online tests. + +To begin, follow [W3 Schools](https://www.w3schools.com/sql/default.asp) and read the SQL Tutorial from SQL Home to SQL Operators. + +For practice, you can use their inbuilt `Try it Yourself` + + +We'll cover more topics of DBMS in later weeks, so it is recommended you try to complete this short tutorial asap.