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.