Skip to content

Commit

Permalink
Create dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
as1605 authored May 27, 2024
1 parent 1d8ee45 commit 658a583
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions problem-of-the-day/day01/dev.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 658a583

Please sign in to comment.