Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 5.99 KB

File metadata and controls

69 lines (54 loc) · 5.99 KB

SQL Resources

SQL Tutorials and Reference

Videos

  • "Learn Basic SQL in 10 Minutes" - "This video uses a visual approach to teach the basic SQL commands."
  • "Learn SQL In 60 Minutes" - "In this video we will cover everything you need to know about SQL in only 60 minutes. We will cover what SQL is, why SQL is important, what SQL is used for, the syntax of SQL, and multiple examples of SQL. SQL is the standard language for interacting with and manipulating data in a relational database system, and is one of the most important concepts you can learn in programming. It allows you to create, read, update, and delete data which is something nearly every application will need to do."
  • "SQL Tutorial - Full Database Course for Beginners" - "In this course, we'll be looking at database management basics and SQL using the MySQL RDBMS. The course is designed for beginners to SQL and database management systems, and will introduce common database management topics. "
  • SQL Tutorial for Beginners - "SQL Tutorial for Beginners - Learn complete SQL from basics to advance in one video."

SQL Cheat Sheet

Practice SQL - SQL Exercises

SQL Interview Questions

Learn SQL - SQL Courses

SQL with Python