DEV Community

Cover image for SQL Basics Tutorial for Beginners (Practice SQL Queries)
Mahmoud EL-kariouny
Mahmoud EL-kariouny

Posted on

SQL Basics Tutorial for Beginners (Practice SQL Queries)

What you will learn from these courses?

  • What is SQL.
  • Overview of SQL Commands.
  • DDL & DML.
  • Constraints & Data type.
  • SELECT Queries.
  • Different functionalities associated with SELECT.

Link

All the best for you.

Top comments (1)

Collapse
 
linuxguist profile image
Nathan S.R.

Thanks for this very useful post. I just wanted to add that, there is a very easy way now, to test all the SQLs described here, using the free & portable tools, mentioned in my latest post here : dev.to/linuxguist/learn-sql-quickl...