The vast majority of applications that use data, are backed by a good relational database system. This course will help to establish a base to those who want to begin learning Structured Query Language (SQL).
The vast majority of applications that use data, are backed by a good relational database system. This course will help to establish a base to those who want to begin learning Structured Query Language (SQL).
is a special purpose language for interacting with relational databases.
In this course,
, you will learn the basics of Structured Query Language.
, you will learn how to query data and shape results.
, you will focus on creating and modifying data in your tables.
, you will touch on how actually modify the tables themselves.
By the end of this course, you'll understand the basics of how to create and use a relational database.
SQL is relatively easy to learn. It's a query language, not a programming language, and it is English-like, so it's fairly easy to understand and write SQL query. Most database engines are compatible with all SQL code.
Opinions will probably vary here. As a whole language, SQL is definitely simpler than Python. The syntax is intuitive, there is less grammar, and there are fewer different concepts to learn. But as a comprehensive tool, SQL may actually be more difficult than Python coding.
While it has the functionality of a mature programming language, SQL is not considered a "programming" language. SQL stands for Structured Query Language. It is a language that allows us to query, insert, update, and modify data in relational databases.
This is a beginner level SQL tutorial, so no prior SQL experience is required. But it would help to be somewhat familiar with the basic concepts of computer programming.
You will learn:
This course is for anyone who is interested in data science and learning how to manipulate data. If you work with large sets of data on a regular basis, SQL can greatly improve your understanding of that data, and greatly improve efficiencies.
A relational database is just what it sounds like: it is multiple sets of data with a well-defined relationship between the tables in those sets of data. Relational databases allow tables to commnicate and share information across these multiple data sets, which helps with data searchability and organization.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.